Sentora Support Forums
Why Does Bash Curl Command Not Work? - Printable Version

+- Sentora Support Forums (https://senforums.mach-hosting.com)
+-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5)
+--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32)
+---- Forum: General Support Forum v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=36)
+---- Thread: Why Does Bash Curl Command Not Work? (/showthread.php?tid=135)



Why Does Bash Curl Command Not Work? - smccarthy945 - 08-14-2014

I have never been able to get the bash curl command to work when installing ZPanel or Sentora. Every single time it just sits there and does nothing after I hit enter. Instead, I have to use WGET, set the +X and sudo the install.sh.

Is there anything special on Ubuntu you have to do to get the command to work?


RE: Why Does Bash Curl Command Not Work? - Nigel - 08-14-2014

Code:
sudo apt-get install curl

Doesn't this work??

Bash curl does work otherwise we wouldn't promote it as a way to install/upgrade Sentora.


RE: Why Does Bash Curl Command Not Work? - Diablo925 - 08-14-2014

if it is the download link

the link nor working yet

use for ubuntu 12.04
Code:
bash <(curl -LSs https://raw.github.com/sentora/sentora-installers/master/install/Ubuntu-12_04/install.sh

use for CentOS 6.4
Code:
bash <(curl -LSs https://raw.github.com/sentora/sentora-installers/master/install/CentOS-6_4/install.sh



RE: Why Does Bash Curl Command Not Work? - Me.B - 08-14-2014

what about this installer link

https://raw.githubusercontent.com/sentora/sentora-installers/master/install/Ubuntu-12_04/install.sh


RE: Why Does Bash Curl Command Not Work? - smccarthy945 - 08-20-2014

Thanks. The links above helped!


RE: Why Does Bash Curl Command Not Work? - james30263 - 08-22-2014

Sentora Team, Please update the installation links Here.

Here's the updated links I used with the proper syntax and links. Thank you Cool

For Ubuntu
Code:
bash <(curl -LSs https://raw.githubusercontent.com/sentora/sentora-installers/master/install/Ubuntu-12_04/install.sh)

For CentOS
Code:
bash <(curl -LSs https://raw.githubusercontent.com/sentora/sentora-installers/master/install/CentOS-6_4/install.sh)

Note: I did a basic minimal install with CentOS and wget wasn't included in the installation so you may want to include the code below for CentOS. This way if the curl command doesn't work the wget will.

Code:
yum install wget



RE: Why Does Bash Curl Command Not Work? - TGates - 08-22-2014

WE ARE NOT UPDATING THE LINKS YET! READ MY SIG DOWN BELOW!


RE: Why Does Bash Curl Command Not Work? - james30263 - 08-22-2014

Opps, Sorry Gates, I should've caught that! lol

Btw, good to see ya Gates! Big Grin


RE: Why Does Bash Curl Command Not Work? - TGates - 08-23-2014

You too James! Welcome Smile

We are still working on the latest release. You can manually install it to test things out if you really want to, but we are working on the new installers as we speak. We are still hammering out bugs from the previous version Wink


RE: Why Does Bash Curl Command Not Work? - james30263 - 08-23-2014

(08-23-2014, 02:52 AM)TGates Wrote: You too James! Welcome Smile

We are still working on the latest release. You can manually install it to test things out if you really want to, but we are working on the new installers as we speak. We are still hammering out bugs from the previous version Wink

Can't wait. Everything is looking good so far.