committed by
klafyvel
3 changed files with 6 additions and 5 deletions
@ -1,7 +1,8 @@ |
|||
apt-get install python3-pip |
|||
mkdir /var/log/klafirc |
|||
mkdir /etc/klafirc |
|||
cp bots.yaml /etc/klafirc |
|||
cp klafirc.service /etc/systemd/system/ |
|||
systemctl enable klafirc.service |
|||
systemctl start klafirc.service |
|||
python3 setup.py install |
|||
systemctl start klafirc.service |
|||
|
|||
Loading…
Reference in new issue