Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Curl Method Menu
#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


Messages In This Thread
Curl Method Menu - by MRNegPants - 2024 May 22, 04:12 PM
RE: Curl Method Menu - by dan - 2024 May 23, 02:18 PM
RE: Curl Method Menu - by MRNegPants - 2024 May 27, 11:57 PM
RE: Curl Method Menu - by koy - 2024 Jun 22, 09:31 AM
RE: Curl Method Menu - by astrogerard - 2024 Jun 22, 03:15 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)