Advertisement
Guest User

wiremod-install.sh

a guest
Jun 12th, 2013
462
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.46 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. cd ~/.local/share/Steam/SteamApps/common/GarrysMod/garrysmod/
  4.  
  5. mkdir wire wire-extras AdvDuplicator
  6.  
  7. cd wire
  8. git init
  9. git remote add origin https://github.com/wiremod/wire.git
  10. git pull origin master
  11.  
  12. cd ../wire-extras
  13. git init
  14. git remote add origin https://github.com/wiremod/wire-extras.git
  15. git pull origin master
  16.  
  17. cd ../AdvDuplicator
  18. git init
  19. git remote add origin https://github.com/wiremod/AdvDuplicator.git
  20. git pull origin master
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement