Skip to content

Instantly share code, notes, and snippets.

@hermanho
Created August 3, 2016 19:44
Show Gist options
  • Save hermanho/1e2ee847b2744010d7ce78b27d7a3baa to your computer and use it in GitHub Desktop.
Save hermanho/1e2ee847b2744010d7ce78b27d7a3baa to your computer and use it in GitHub Desktop.
Update AHAAAAAAA/PokemonGo-Map script
#!/bin/bash
cd /var/PokemonGo-Map/
git pull origin develop
pip install --upgrade pip
pip install --upgrade -r requirements.txt
npm install
./node_modules/.bin/grunt build
/etc/init.d/pokemongo-map restart
/etc/init.d/pokemongo-map status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment