Browse Source

Update hst-install.sh

Updated installation URLs to reflect branch structure.
Kristan Kenney 7 years ago
parent
commit
009b6dea09
1 changed files with 2 additions and 2 deletions
  1. 2 2
      install/hst-install.sh

+ 2 - 2
install/hst-install.sh

@@ -50,7 +50,7 @@ fi
 
 
 # Check wget
 # Check wget
 if [ -e '/usr/bin/wget' ]; then
 if [ -e '/usr/bin/wget' ]; then
-    wget -q https://raw.githubusercontent.com/hestiacp/hestiacp/master/install/hst-install-$type.sh -O hst-install-$type.sh
+    wget -q https://raw.githubusercontent.com/hestiacp/hestiacp/beta/install/hst-install-$type.sh -O hst-install-$type.sh
     if [ "$?" -eq '0' ]; then
     if [ "$?" -eq '0' ]; then
         bash hst-install-$type.sh $*
         bash hst-install-$type.sh $*
         exit
         exit
@@ -62,7 +62,7 @@ fi
 
 
 # Check curl
 # Check curl
 if [ -e '/usr/bin/curl' ]; then
 if [ -e '/usr/bin/curl' ]; then
-    curl -s -O https://raw.githubusercontent.com/hestiacp/hestiacp/master/install/hst-install-$type.sh
+    curl -s -O https://raw.githubusercontent.com/hestiacp/hestiacp/beta/install/hst-install-$type.sh
     if [ "$?" -eq '0' ]; then
     if [ "$?" -eq '0' ]; then
         bash hst-install-$type.sh $*
         bash hst-install-$type.sh $*
         exit
         exit