Created
February 19, 2014 22:58
-
-
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
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
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