Created
August 3, 2016 19:44
-
-
Save hermanho/1e2ee847b2744010d7ce78b27d7a3baa to your computer and use it in GitHub Desktop.
Update AHAAAAAAA/PokemonGo-Map script
This file contains hidden or 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 | |
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