Last active
January 23, 2016 03:31
-
-
Save justinoboyle/f692993da2e31a8dd64b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| sudo yum install glibc libstdc++ | |
| mkdir ~/steamcmd | |
| mkdir ~/svencoop | |
| cd ~/steamcmd | |
| wget https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz | |
| tar -xvzf steamcmd_osx.tar.gz | |
| ./steamcmd -login anonymous +force_install_dir "~/svencoop" +app_update 276060 validate +exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment