Changeset 28 for scripts/usr/local/lib
- Timestamp:
- May 27, 2014, 11:25:14 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/usr/local/lib/7dtd/commands/updateengine.sh
r23 r28 12 12 done 13 13 14 if [ ! -e $S TEAMCMD_ROOT]; then15 mkdir $S TEAMCMD_ROOT14 if [ ! -e $SDTD_BASE/steamcmd ]; then 15 mkdir $SDTD_BASE/steamcmd 16 16 cd /tmp 17 17 wget http://media.steampowered.com/installer/steamcmd_linux.tar.gz 18 tar -xvzf steamcmd_linux.tar.gz -C $S TEAMCMD_ROOT19 cd $S TEAMCMD_ROOT18 tar -xvzf steamcmd_linux.tar.gz -C $SDTD_BASE/steamcmd 19 cd $SDTD_BASE/steamcmd 20 20 ./steamcmd.sh +quit 21 21 fi 22 22 23 cd $S TEAMCMD_ROOT23 cd $SDTD_BASE/steamcmd 24 24 25 25 ./steamcmd.sh +@sSteamCmdForcePlatformType windows +login $STEAM_USER $STEAM_PASS +force_install_dir $SDTD_BASE/engine "+app_update 251570" validate +quit
Note:
See TracChangeset
for help on using the changeset viewer.