mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-25 23:33:00 +08:00
replace || with &&
This commit is contained in:
parent
309c5aada9
commit
adc9d39f80
@ -41,7 +41,7 @@ chown -R root:root /mnt
|
|||||||
export HOME=/mnt/server
|
export HOME=/mnt/server
|
||||||
|
|
||||||
## install game using steamcmd
|
## install game using steamcmd
|
||||||
./steamcmd.sh +login ${STEAM_USER} ${STEAM_PASS} ${STEAM_AUTH} $( [ "${WINDOWS_INSTALL}" == "1" ] || printf %s '+@sSteamCmdForcePlatformType windows' ) +force_install_dir /mnt/server +app_update ${SRCDS_APPID} ${EXTRA_FLAGS} validate +quit ## other flags may be needed depending on install. looking at you cs 1.6
|
./steamcmd.sh +login ${STEAM_USER} ${STEAM_PASS} ${STEAM_AUTH} $( [[ "${WINDOWS_INSTALL}" == "1" ]] && printf %s '+@sSteamCmdForcePlatformType windows' ) +force_install_dir /mnt/server +app_update ${SRCDS_APPID} ${EXTRA_FLAGS} validate +quit ## other flags may be needed depending on install. looking at you cs 1.6
|
||||||
|
|
||||||
## set up 32 bit libraries
|
## set up 32 bit libraries
|
||||||
mkdir -p /mnt/server/.steam/sdk32
|
mkdir -p /mnt/server/.steam/sdk32
|
||||||
|
Loading…
Reference in New Issue
Block a user