mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-17 20:58:27 +00:00
ignore cache
This commit is contained in:
parent
3f1a879de7
commit
0c1da812b5
@ -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 https://github.com/FezVrasta/ark-server-tools/archive/${channel}.tar.gz
|
||||
wget --no-cache https://github.com/FezVrasta/ark-server-tools/archive/${channel}.tar.gz
|
||||
tar -zxvf ${channel}.tar.gz
|
||||
|
||||
# Install ARK Server Tools
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user