#!/bin/bash # # # # Installation d'un serveur dedie sous debian etch # # # # Realiser par Alpha pour le site www.support-cssource.info # # # # Version : 1.0 # # # ############################################################## # # # cd /home/alpha/ # # # mkdir serveurcss # # cd /home/serveur/serveurcss mkdir /steam # # wget [www.steampowered.com] chmod -cvR a+x hldsupdatetool.bin # appuyer sur une touche pour continuer un script echo "Appuyer la touche <Entrée> pour continuer..." read touche case $touche in *) echo "Reprise du script..." ;; esac ./hldsupdatetool.bin echo "Tappe Yes" rm -rf ~/.steam # appuyer sur une touche pour continuer un script echo "Appuyer la touche <Entrée> pour continuer..." read touche case $touche in *) echo "Reprise du script..." ;; esac ./steam update # appuyer sur une touche pour continuer un script echo "Appuyer la touche <Entrée> pour continuer..." read touche case $touche in *) echo "Reprise du script..." ;; esac ./steam -command update -game "Counter-Strike Source" -dir . # appuyer sur une touche pour continuer un script echo "Appuyer la touche <Entrée> pour continuer... Attendez la fin de l installation avant de poursuivre." read touche case $touche in *) echo "Reprise du script..." ;; esac ./steam -command update -game "Counter-Strike Source" -dir . -verify_all
#!/bin/bash #
$ uptime 19:28:06 up 12 days, 20:46, 2 users, load average: 213.96, 212.37, 208.44
$ uptime 19:28:06 up 12 days, 20:46, 2 users, load average: 213.96, 212.37, 208.44