Skip to content

Commit 28ac03a

Browse files
committed
Set installation script source to master instead beta.
1 parent 014c203 commit 28ac03a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/hst-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ fi
5050

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

6363
# Check curl
6464
if [ -e '/usr/bin/curl' ]; then
65-
curl -s -O https://raw.githubusercontent.com/hestiacp/hestiacp/beta/install/hst-install-$type.sh
65+
curl -s -O https://raw.githubusercontent.com/hestiacp/hestiacp/master/install/hst-install-$type.sh
6666
if [ "$?" -eq '0' ]; then
6767
bash hst-install-$type.sh $*
6868
exit

0 commit comments

Comments
 (0)