mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-28 01:08:27 +00:00
Revert commit 23706cae6ae6242060fa5c124eba5c00f7db6ea2
This commit is contained in:
parent
cbf3251b5d
commit
b3aa2a5722
@ -151,17 +151,6 @@ doStop() {
|
|||||||
doInstall() {
|
doInstall() {
|
||||||
mkdir -p $arkserverroot
|
mkdir -p $arkserverroot
|
||||||
|
|
||||||
# Check if steamcmd is installed, and if not, install it
|
|
||||||
if [ ! -e $steamcmdroot/$steamcmdexec ]; then
|
|
||||||
mkdir -p $steamcmdroot
|
|
||||||
cd /tmp
|
|
||||||
wget http://media.steampowered.com/installer/steamcmd_linux.tar.gz
|
|
||||||
tar -xvzf steamcmd_linux.tar.gz -C $steamcmdroot
|
|
||||||
cd $steamcmdroot
|
|
||||||
./steamcmd.sh +quit
|
|
||||||
echo "SteamCMD was installed in $steamcmdroot"
|
|
||||||
fi
|
|
||||||
|
|
||||||
cd $steamcmdroot
|
cd $steamcmdroot
|
||||||
# install the server
|
# install the server
|
||||||
./$steamcmdexec +login anonymous +force_install_dir "$arkserverroot" +app_update $appid validate +quit
|
./$steamcmdexec +login anonymous +force_install_dir "$arkserverroot" +app_update $appid validate +quit
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user