mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-19 21:48:29 +00:00
replaced wget with curl (and overwrite existing file if needed)
This commit is contained in:
parent
0c1da812b5
commit
bc9e9f6d1f
@ -8,7 +8,7 @@ channel=${2:-master} # if defined by 2nd argument install the defined version, o
|
|||||||
|
|
||||||
# Download and untar installation files
|
# Download and untar installation files
|
||||||
cd /tmp
|
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
|
tar -zxvf ${channel}.tar.gz
|
||||||
|
|
||||||
# Install ARK Server Tools
|
# Install ARK Server Tools
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user