Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

all commands must be run with sudo permissions #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ Execute these comments

Clone/download this repo on your computer

mv duckdns.sh /usr/bin/duckdns
chmod +x /usr/bin/duckdns
mv duckdns.service /usr/lib/systemd/system/
mv duckdns.timer /usr/lib/systemd/system/
mkdir -p /etc/duckdns.d
mv default.cfg /etc/duckdns.d/
systemctl enable duckdns.timer
systemctl start duckdns.timer
sudo mv duckdns.sh /usr/bin/duckdns
sudo chmod +x /usr/bin/duckdns
sudo mv duckdns.service /usr/lib/systemd/system/
sudo mv duckdns.timer /usr/lib/systemd/system/

sudo mkdir -p /etc/duckdns.d
sudo mv default.cfg /etc/duckdns.d/

sudo systemctl enable duckdns.timer
sudo systemctl start duckdns.timer


### Configuration
Expand All @@ -34,4 +34,3 @@ the **default.cfg** file shows perfectly what options you must enter, you can cr
Nothing more is needed.

Config files must be placed inside the `/etc/duckdns.d` folder