KarleFKremen

Ogar server installer for ubuntu

Mar 4th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.36 KB | None | 0 0
  1. echo Setting up depedencies...
  2. apt update
  3. apt install -y git node npm wget
  4. wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash
  5. nvm install v0.12.0
  6. nvm alias default 0.12.0
  7. npm install ws
  8. echo Done
  9. echo Installing Ogar...
  10. git clone https://github.com/OgarProject/Ogar.git
  11. npm install Ogar
  12. echo Done! Successful installation
Advertisement
Add Comment
Please, Sign In to add comment