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

This commit is contained in:
FezVrasta 2015-06-26 16:02:06 +02:00 committed by Ben Peddell
parent 0c1da812b5
commit bc9e9f6d1f

View File

@ -8,7 +8,7 @@ channel=${2:-master} # if defined by 2nd argument install the defined version, o
# Download and untar installation files
cd /tmp
wget --no-cache https://github.com/FezVrasta/ark-server-tools/archive/${channel}.tar.gz
curl -s https://github.com/FezVrasta/ark-server-tools/archive/${channel}.tar.gz > ${channel}.tar.gz
tar -zxvf ${channel}.tar.gz
# Install ARK Server Tools