Facebook
From dwadwadw, 6 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 281
  1. apt-get update -yq                                                    &&
  2. apt-get install -yq git make curl                                     &&
  3. curl -L https://git.io/n-install | N_PREFIX=~/.n bash -s -- -y latest &&
  4. source /root/.bashrc                                                  &&
  5. npm install -g pm2 yarn                                               &&
  6. cd ~                                                                  &&
  7. git clone https://github.com/frk1/steamhourboostv2.git                &&
  8. cd steamhourboostv2                                                   &&
  9. yarn install --production                                             &&
  10. clear                                                                 &&
  11. echo "Done. Run 'npm run user' to add users!"