mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-27 08:48:27 +00:00
replaced wget with curl (and overwrite existing file if needed)
This commit is contained in:
parent
fe06479bc9
commit
4ab5241d1c
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# 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/master.tar.gz
|
curl -s https://github.com/FezVrasta/ark-server-tools/archive/master.tar.gz > master.tar.gz
|
||||||
tar -zxvf master.tar.gz
|
tar -zxvf master.tar.gz
|
||||||
|
|
||||||
# Install ARK Server Tools
|
# Install ARK Server Tools
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user