Browse Source

Merge pull request #1539 from Drizzt321/master

Symlinking the SteamCMD dir for ARK
pull/1639/head
Daniel Gibbs 8 years ago
committed by GitHub
parent
commit
3de48ea479
  1. 2
      lgsm/functions/command_install.sh

2
lgsm/functions/command_install.sh

@ -39,6 +39,8 @@ elif [ "${gamename}" == "TeamSpeak 3" ]; then
install_ts3db.sh
elif [ "${gamename}" == "Multi Theft Auto" ]; then
command_install_resources_mta.sh
elif [ "${gamename}" == "ARK: Survival Evolved" ]; then
ln -s "${steamcmddir}" "${serverfiles}/Engine/Binaries/ThirdParty/SteamCMD/Linux"
fi
fix.sh

Loading…
Cancel
Save