Small fixes

This commit is contained in:
rune 2023-03-22 11:55:58 +01:00
parent 72fe8ee958
commit b3fd3e2a3e

View File

@ -10,7 +10,7 @@ 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/src/branch/main/src/do-ddns/requirements.txt
echo "ddns downloaded. Moving to /usr/local/bin and setting execute (run) rights on app." 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 "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..." read -n 1 -r -s -p $'Press enter to continue...\n'
sudo mv ddns.py /usr/local/bin/ddns sudo mv ddns.py /usr/local/bin/ddns
sudo chmod +x /usr/local/bin/ddns sudo chmod +x /usr/local/bin/ddns
python3 pip3 -r requirements.txt python3 pip3 -r requirements.txt