Created
August 23, 2016 16:16
-
-
Save frk1/8dec1f76a13e8f961c313bd476bdd6c8 to your computer and use it in GitHub Desktop.
This file contains 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
#!/bin/bash | |
set -e | |
apt-get update -y qq | |
apt-get install -y -qq curl git | |
curl -L https://git.io/n-install | N_PREFIX=~/.n bash -s -- -y | |
source $HOME/.bashrc | |
npm install --silent -g npm@latest coffee-script pm2 | |
git clone https://github.com/frk1/steamhourboostv2.git $HOME/steamhourboostv2 | |
cd $HOME/steamhourboostv2 | |
npm --silent . | |
echo "Ok, ready to add accounts!" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment