Copie le git dans /etc

This commit is contained in:
klafyvel 2018-08-02 15:32:14 +02:00 committed by root
parent 520a6668f4
commit 493bcd6a75

View file

@ -1,7 +1,7 @@
apt-get install python3-pip
mkdir /var/log/klafirc
mkdir /etc/klafirc
cp bots.yaml /etc/klafirc
cp -r . /etc/klafirc
cp klafirc.service /etc/systemd/system/
systemctl enable klafirc.service
python3 setup.py install