Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Curl Method Menu
#1
When I use the Curl method the Navigation stated does not work it instead types characters on screen. any ideas ?
Reply
#2
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>
Reply
#3
the url method to install . I type to selct but it gives me characters,but no slection changes. I did manual method instead
Reply
#4
(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?

[Image: Screenshot-2024-06-22-103900.png]

thanks
Reply
#5
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
$ sudo bash 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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)