Skip to content

Instantly share code, notes, and snippets.

Created February 19, 2014 22:58
Show Gist options
  • Save anonymous/9103447 to your computer and use it in GitHub Desktop.
Save anonymous/9103447 to your computer and use it in GitHub Desktop.
Ce gist vous permet d'installer un serveur Counter-Strike : Source sur un serveur Ubuntu avec SteamCMD
wget http://media.steampowered.com/client/steamcmd_linux.tar.gz;
tar -xvzf steamcmd_linux.tar.gz;
touch install_css.txt
nano/vi install_css.txt
// mettre ceci //
@ShutdownOnFailedCommand 1 //mettre à 0 si mise à jour de plusieurs serveurs
@NoPromptForPassword 1
//login <username> <password>
//for servers which don't need a login
login anonymous
force_install_dir css/
app_update 232330 validate
quit
// Fin de ce qu'il faut mettre dans le fichier //
./steamcmd +runscript ./install_css.txt
That's all ;)
Viendez sur www.benftwc.fr:27015 ;)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment