mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2025-09-11 13:00:40 +03:00
24 lines
417 B
Markdown
24 lines
417 B
Markdown
# MosGotTrans bot
|
|
|
|
## Install & Update
|
|
|
|
install service
|
|
|
|
sudo cp scripts/mosgortrans.service /etc/systemd/system
|
|
|
|
```bash
|
|
cd ~/PycharmProjects/mosgortrans
|
|
sudo systemctl stop mosgortrans.service
|
|
git pull balshgit master
|
|
sudo rsync -a --progress ~/mosgortrans/* /opt/mosgortrans/ --exclude .git
|
|
sudo systemctl start mosgortrans.service
|
|
```
|
|
|
|
## Clean
|
|
|
|
```bash
|
|
killall geckodriver
|
|
killall firefox
|
|
killall python
|
|
```
|