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 |
NewerOlder