Просмотр исходного кода

Change hst install branch from master to release.

Raphael Schneeberger 6 лет назад
Родитель
Сommit
df4c0a2e31
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      install/hst-install.sh

+ 2 - 2
install/hst-install.sh

@@ -69,7 +69,7 @@ fi
 check_wget_curl(){
 check_wget_curl(){
     # 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/release/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
@@ -81,7 +81,7 @@ check_wget_curl(){
 
 
     # 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/release/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