Browse Source

Copie le git dans /etc

merge-requests/1/head
klafyvel 8 years ago
committed by root
parent
commit
493bcd6a75
  1. 2
      install.sh

2
install.sh

@ -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

Loading…
Cancel
Save