Skip to content

Instantly share code, notes, and snippets.

View hermanho's full-sized avatar

Herman Ho hermanho

  • London
  • 12:34 (UTC +01:00)
View GitHub Profile
@hermanho
hermanho / update-pokemongo-map.sh
Created August 3, 2016 19:44
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