2024 May 22, 04:12 PM
When I use the Curl method the Navigation stated does not work it instead types characters on screen. any ideas ?
Curl Method Menu
|
2024 May 22, 04:12 PM
When I use the Curl method the Navigation stated does not work it instead types characters on screen. any ideas ?
Not sure what you are referring to.
Could you give some examples? Or are you referring to Session Initiation Protocol (SIP)? This forum is about SIP irrigation control software.
<p><br></p>
2024 May 27, 11:57 PM
the url method to install . I type to selct but it gives me characters,but no slection changes. I did manual method instead
2024 Jun 22, 09:31 AM
(This post was last modified: 2024 Jun 22, 09:58 AM by koy.
Edit Reason: add screenshot
)
(2024 May 27, 11:57 PM)MRNegPants Wrote: the url method to install . I type to selct but it gives me characters,but no slection changes. I did manual method instead Hi. I'm getting the same issue, did you find a solution to the cursor keys bringing up characters on screen instead of allowing you to select what to install from the install menu? thanks
2024 Jun 22, 03:15 PM
(This post was last modified: 2024 Jun 24, 07:11 PM by astrogerard.)
This is a bug in the latest Ubuntu(Debian?) version when piping commands.
You could use a 2 stage process like: Code: $ curl -sSL https://gitlab.com/seventer/sip_setup/-/raw/main/sip_setup.sh > sip_setup.sh Then the arrow keys should work. Remember this is still a experimental setup which I made a long time ago primarily for my own use. If there are bugs or questions, please let me know. --Gerard **update**: you could also add the -i option to the bash command. So the command would be: Code: curl -sSL https://gitlab.com/seventer/sip_setup/-/raw/main/sip_experimental_setup.sh | sudo bash -i |
« Next Oldest | Next Newest »
|