Skip to content

Commit

Permalink
Changing the URL of installer script
Browse files Browse the repository at this point in the history
  • Loading branch information
HueyGeek committed Jan 5, 2019
1 parent e7aa071 commit 7424a14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/vst-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ esac

# Check wget
if [ -e '/usr/bin/wget' ]; then
wget http://vestacp.com/pub/vst-install-$type.sh -O vst-install-$type.sh
wget https://vesta-arm.s3.nl-ams.scw.cloud/vst-install-$type.sh -O vst-install-$type.sh
if [ "$?" -eq '0' ]; then
bash vst-install-$type.sh $*
exit
Expand All @@ -60,7 +60,7 @@ fi

# Check curl
if [ -e '/usr/bin/curl' ]; then
curl -O http://vestacp.com/pub/vst-install-$type.sh
curl -O https://vesta-arm.s3.nl-ams.scw.cloud/vst-install-$type.sh
if [ "$?" -eq '0' ]; then
bash vst-install-$type.sh $*
exit
Expand Down

0 comments on commit 7424a14

Please sign in to comment.