SIP
Curl Method Menu - Printable Version

+- SIP (https://nosack.com/sipforum)
+-- Forum: SIP (Sustainable Irrigation Platform) (https://nosack.com/sipforum/forumdisplay.php?fid=1)
+--- Forum: Installation and set up questions (https://nosack.com/sipforum/forumdisplay.php?fid=2)
+--- Thread: Curl Method Menu (/showthread.php?tid=331)



Curl Method Menu - MRNegPants - 2024 May 22

When I use the Curl method the Navigation stated does not work it instead types characters on screen. any ideas ?


RE: Curl Method Menu - dan - 2024 May 23

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.


RE: Curl Method Menu - MRNegPants - 2024 May 27

the url method to install . I type to selct but it gives me characters,but no slection changes. I did manual method instead


RE: Curl Method Menu - koy - 2024 Jun 22

(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


RE: Curl Method Menu - astrogerard - 2024 Jun 22

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