1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2025-02-17 10:53:57 +00:00
royalnet/update.sh

5 lines
129 B
Bash
Raw Normal View History

2018-06-07 15:42:44 +02:00
#!/usr/bin/env bash
git pull
2018-09-05 19:51:09 +02:00
sudo python3.6 -m pip install -r requirements.txt
2018-06-07 15:42:44 +02:00
sudo service apache2 restart
2018-09-18 00:35:51 +02:00
python3.6 -OO bots.py