Sentora Team, Please update the installation links Here.
Here's the updated links I used with the proper syntax and links. Thank you
For Ubuntu
For CentOS
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.
Here's the updated links I used with the proper syntax and links. Thank you
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