mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-16 20:38:27 +00:00
added net installer
This commit is contained in:
parent
f244fa7c29
commit
a005ad1005
21
netinstall.sh
Normal file
21
netinstall.sh
Normal file
@ -0,0 +1,21 @@
|
||||
#!/bin/bash
|
||||
|
||||
#
|
||||
# Net Installer, used with curl
|
||||
#
|
||||
|
||||
# Download and untar installation files
|
||||
cd /tmp
|
||||
wget https://github.com/FezVrasta/ark-server-tools/archive/master.tar.gz
|
||||
tar -zxvf master.tar.gz
|
||||
|
||||
# Install ARK Server Tools
|
||||
cd ark-server-tools-master/tools
|
||||
chmod +x install.sh
|
||||
sh install.sh $1
|
||||
|
||||
# Remove the installation files
|
||||
rm -f master.tar.gz
|
||||
rm -rf /tmp/ark-server-tools-master
|
||||
|
||||
echo "ARK Server Tools were correctly installed in your system inside the home directory of $1!"
|
||||
Loading…
x
Reference in New Issue
Block a user