Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Latest commit

 

History

History
26 lines (20 loc) · 347 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 347 Bytes

Dependencies

  • python3
  • nginx
  • sopel

Install

cd ~/Eingangsschalter
sudo ./install.sh

Afterwards

  • configurate nginx
  • configurate sopel
    • edit ~/.sopel/default.cfg
    • restart ircbot with sudo systemctl restart ircbot or run sudo ./install.sh again

Update

cd ~/Eingangsschalter
git pull
sudo ./install.sh