Skip to content

Instantly share code, notes, and snippets.

@frk1
Created August 23, 2016 16:16
Show Gist options
  • Save frk1/8dec1f76a13e8f961c313bd476bdd6c8 to your computer and use it in GitHub Desktop.
Save frk1/8dec1f76a13e8f961c313bd476bdd6c8 to your computer and use it in GitHub Desktop.
#!/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