replaced wget with curl (and overwrite existing file if needed)

This commit is contained in:
FezVrasta 2015-06-26 16:02:06 +02:00
parent fe06479bc9
commit 4ab5241d1c

View File

@ -6,7 +6,7 @@
# Download and untar installation files
cd /tmp
wget --no-cache https://github.com/FezVrasta/ark-server-tools/archive/master.tar.gz
curl -s https://github.com/FezVrasta/ark-server-tools/archive/master.tar.gz > master.tar.gz
tar -zxvf master.tar.gz
# Install ARK Server Tools