From f9b81db550b6d9bd78a1e91b1295e637f859d703 Mon Sep 17 00:00:00 2001 From: rune Date: Wed, 22 Mar 2023 11:48:56 +0100 Subject: [PATCH] Small fixes --- setup.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup.sh b/setup.sh index 935962e..fb25432 100644 --- a/setup.sh +++ b/setup.sh @@ -1,10 +1,7 @@ #!/bin/bash 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 -#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 any key to continue..." sudo mv ddns.py /usr/local/bin/ddns sudo chmod +x /usr/local/bin/ddns python3 pip3 -r requirements.txt -exit 0 +exit 0 \ No newline at end of file