Sentora Support Forums

Full Version: Why Does Bash Curl Command Not Work?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
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.
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
Thanks. The links above helped!
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
WE ARE NOT UPDATING THE LINKS YET! READ MY SIG DOWN BELOW!
Opps, Sorry Gates, I should've caught that! lol

Btw, good to see ya Gates! Big Grin
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
(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.