-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Richard Hajek edited this page Aug 14, 2019
·
2 revisions
Environment Overseer must be installed alongside Pihole DNS server to work!
Use AUR package
- Clone this repo
git clone https://github.com/meowxiik/environment-overseer.git
- cd into the repo
cd environment-overseer
- Copy overseer.py from src to your preferred directory in PATH,
remove the .py extension.
- e.g.
sudo src/overseer.py /usr/local/bin/overseer
- e.g.
- (Recommended) Copy systemd units from systemd to /etc/systemd/system
sudo cp systemd/* /etc/systemd/system
Try running overseer --prepare, you should see Creating folder structure in /etc/overseer.
If you get command not found: overseer you need to inspect your PATH
or make sure overseer is executable.