From 35b05c169d8b8ec3279cf6bd08a5a9f2e0d37bdc Mon Sep 17 00:00:00 2001 From: rune Date: Wed, 22 Mar 2023 12:10:40 +0100 Subject: [PATCH] Small fixes --- setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.sh b/setup.sh index d74ff9a..ac3ddfb 100644 --- a/setup.sh +++ b/setup.sh @@ -7,6 +7,7 @@ # wget https://gitlab.pm/rune/ddns/raw/branch/main/ddns.py && wget https://gitlab.pm/rune/ddns/raw/branch/main/requirements.txt +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"