Small fixes

This commit is contained in:
rune 2023-03-22 11:58:38 +01:00
parent b3fd3e2a3e
commit ca30ffea95

View File

@ -6,8 +6,8 @@
# GPLv3 Rune Olsen (https://blog.rune.pm) 2023
#
wget https://gitlab.pm/rune/ddns/src/branch/main/src/do-ddns/ddns.py
wget https://gitlab.pm/rune/ddns/src/branch/main/src/do-ddns/requirements.txt
wget https://gitlab.pm/rune/ddns/raw/branch/main/ddns.py
wget https://gitlab.pm/rune/ddns/raw/branch/main/requirements.txt
echo "ddns downloaded. Moving to /usr/local/bin and setting execute (run) rights on app."
echo "Your computer will ask for password since the rest of the install is done with sudo."
read -n 1 -r -s -p $'Press enter to continue...\n'