Skip to content

Commit

Permalink
Merge pull request #4 from DAHPr0gram3r/master
Browse files Browse the repository at this point in the history
Fixed Beta Install command
  • Loading branch information
Parkeymon authored Aug 22, 2021
2 parents ea7cbde + 46011f9 commit 6058d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export HOME=/mnt/server
if [ "${BETA_TAG}" == "none" ]; then
./steamcmd.sh +login anonymous +force_install_dir /mnt/server +app_update "${SRCDS_APPID}" validate +quit
else
./steamcmd.sh +login anonymous +force_install_dir /mnt/server +app_update "${SRCDS_APPID}" "${BETA_TAG}" validate +quit
./steamcmd.sh +login anonymous +force_install_dir /mnt/server +app_update "${SRCDS_APPID}" -beta "${BETA_TAG}" validate +quit
fi

# Install SL with SteamCMD
Expand Down

0 comments on commit 6058d79

Please sign in to comment.