Small fixes
This commit is contained in:
parent
32e0437011
commit
ebffbf24d3
15
setup.sh
15
setup.sh
@ -3,13 +3,8 @@ 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 -n1 -s -r -p $'Press space to continue or any other key to cancle' key
|
read -n 1 -r -s -p "Press any key to continue..."
|
||||||
if [ "$key" = ' ' ]; then
|
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
|
exit 0
|
||||||
exit 0
|
|
||||||
else
|
|
||||||
echo "Install aborted by user!"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
Loading…
Reference in New Issue
Block a user