1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
royalnet/update.sh

5 lines
124 B
Bash
Raw Normal View History

2018-06-07 13:42:44 +00:00
#!/usr/bin/env bash
git pull
2018-09-05 17:50:36 +00:00
python3.6 -m pip install -r requirements.txt
2018-06-07 13:42:44 +00:00
sudo service apache2 restart
2018-07-15 16:43:21 +00:00
python3.6 -OO bots.py