diff --git a/setup.sh b/setup.sh index 90632f6..935962e 100644 --- a/setup.sh +++ b/setup.sh @@ -1,9 +1,9 @@ #!/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..." +#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