From ca30ffea95277e93f00fbd0f93ed42332df11b15 Mon Sep 17 00:00:00 2001 From: rune Date: Wed, 22 Mar 2023 11:58:38 +0100 Subject: [PATCH] Small fixes --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index e352dc4..8453919 100644 --- a/setup.sh +++ b/setup.sh @@ -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'