From 3a3c908f0a5db1a37e632aed3a7ecd511e2c0d9f Mon Sep 17 00:00:00 2001 From: rune Date: Wed, 22 Mar 2023 12:17:12 +0100 Subject: [PATCH] Small fixes --- setup.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup.sh b/setup.sh index 642e617..71353ea 100644 --- a/setup.sh +++ b/setup.sh @@ -10,8 +10,5 @@ wget https://gitlab.pm/rune/ddns/raw/branch/main/ddns.py & wget https://gitlab.p sleep 5 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." -echo "Press any key to continue. Press ctrl+c to cancel" -sleep 2 -read -n 1 -sleep 5 +echo "Press any key to continue. Press ctrl+c to cancel" && sleep 2 && read -n 1 && sleep 5 sudo mv ddns.py /usr/local/bin/ddns && sudo chmod +x /usr/local/bin/ddns && sudo pip3 -r requirements.txt && rm requirements.txt && exit 0 \ No newline at end of file