mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-14 11:48:26 +00:00
fixed netinstaller
This commit is contained in:
parent
4ab5241d1c
commit
1c1170710f
@ -6,8 +6,7 @@
|
||||
|
||||
# Download and untar installation files
|
||||
cd /tmp
|
||||
curl -s https://github.com/FezVrasta/ark-server-tools/archive/master.tar.gz > master.tar.gz
|
||||
tar -zxvf master.tar.gz
|
||||
curl -L -k -s https://github.com/FezVrasta/ark-server-tools/archive/master.tar.gz | tar xz
|
||||
|
||||
# Install ARK Server Tools
|
||||
cd ark-server-tools-master/tools
|
||||
@ -17,7 +16,6 @@ sh install.sh $1 > /dev/null
|
||||
status=$?
|
||||
|
||||
# Remove the installation files
|
||||
rm -f master.tar.gz
|
||||
rm -rf /tmp/ark-server-tools-master
|
||||
|
||||
# Print messages
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user