Last active
February 24, 2017 04:11
-
-
Save rustyrazorblade/54e58548a60d52248d5a to your computer and use it in GitHub Desktop.
7days to die dedicated server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# original guide http://steamcommunity.com/sharedfiles/filedetails/?id=360404397 | |
# as root | |
apt-get install lib32gcc1 | |
adduser steam | |
# as steam user | |
wget http://media.steampowered.com/installer/steamcmd_linux.tar.gz | |
tar zxvf steamcmd_linux.tar.gz | |
./steamcmd.sh | |
login | |
(enter your Steam account name (not playername)) | |
(enter your Steam password) | |
force_install_dir ./7daysded | |
app_update 294420 | |
quit | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment