-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstall.dst.sh
executable file
·30 lines (26 loc) · 960 Bytes
/
install.dst.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#!/bin/bash -
#===============================================================================
#
# FILE: install.dst.sh
#
# USAGE: ./install.dst.sh
#
# DESCRIPTION:
#
# OPTIONS: ---
# REQUIREMENTS: ---
# BUGS: ---
# NOTES: ---
# AUTHOR: ORiON
# ORGANIZATION:
# CREATED: 03/27/2015 14:06
# REVISION: 1.0
#===============================================================================
set -o nounset # Treat unset variables as an error
mkdir ~/steamcmd
cd ~/steamcmd/
wget -q http://media.steampowered.com/installer/steamcmd_linux.tar.gz
tar -zxf steamcmd_linux.tar.gz
./steamcmd.sh +@ShutdownOnFailedCommand 1 +@NoPromptForPassword 1 +login anonymous +force_install_dir /home/steam/steamapps/DST +app_update 343050 validate +quit
cp ~/{dedicated_server_mods_setup.lua,modsettings.lua} ~/steamapps/DST/mods/
#cp ~/settings.ini ~/.klei/DoNotStarveTogether/