Advertisement
nelsonmurciia

Preparación VPS Ubuntu 1604 - Gunbot

Oct 23rd, 2017
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.46 KB | None | 0 0
  1. Preparación VPS
  2.  
  3. apt-get update
  4. apt-get upgrade
  5.  
  6. curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
  7. sudo apt-get install -y nodejs
  8.  
  9. sudo apt-get install -y build-essential
  10.  
  11. npm install pm2 -g
  12. apt install unzip
  13.  
  14.  
  15.  
  16. Gunbot
  17.  
  18. mkdir gunbot
  19. cd gunbot/
  20. wget https://github.com/GuntharDeNiro/Gunthy/releases/download/5055RC/Gunthy_v5055_RC_8ab53b2.zip
  21. unzip Gunthy_v5055_RC_8ab53b2.zip
  22.  
  23. chmod +x gunthy-linx64
  24.  
  25. pm2 start gunthy-gui-linux-x64
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement