We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 014c203 commit 28ac03aCopy full SHA for 28ac03a
install/hst-install.sh
@@ -50,7 +50,7 @@ fi
50
51
# Check wget
52
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
+ wget -q https://raw.githubusercontent.com/hestiacp/hestiacp/master/install/hst-install-$type.sh -O hst-install-$type.sh
54
if [ "$?" -eq '0' ]; then
55
bash hst-install-$type.sh $*
56
exit
@@ -62,7 +62,7 @@ fi
62
63
# Check curl
64
if [ -e '/usr/bin/curl' ]; then
65
- curl -s -O https://raw.githubusercontent.com/hestiacp/hestiacp/beta/install/hst-install-$type.sh
+ curl -s -O https://raw.githubusercontent.com/hestiacp/hestiacp/master/install/hst-install-$type.sh
66
67
68
0 commit comments