Revert commit 23706cae6ae6242060fa5c124eba5c00f7db6ea2

This commit is contained in:
FezVrasta 2015-06-23 10:47:37 +02:00
parent cbf3251b5d
commit b3aa2a5722

View File

@ -151,17 +151,6 @@ doStop() {
doInstall() {
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
# install the server
./$steamcmdexec +login anonymous +force_install_dir "$arkserverroot" +app_update $appid validate +quit