Select Git revision
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
install.sh 330 B
#!/bin/bash
sudo systemctl stop recvtr.service
sudo systemctl stop apscttr.service
sudo systemctl stop apsputr.service
sudo systemctl stop unb2tr.service
sudo python3 setup.py install
sudo systemctl start recvtr.service
sudo systemctl start apscttr.service
sudo systemctl start apsputr.service
sudo systemctl start unb2tr.service