Add termux script

This commit is contained in:
qvalentin 2023-12-09 13:25:57 +01:00
parent 6e0b9da3b3
commit c4bd62cd36
2 changed files with 19 additions and 0 deletions

View file

@ -3,3 +3,9 @@ install:
run:
FRITZ_PASSWORD=$$FRITZ_PASSWORD python main.py
termux:
pkg install python jq
echo "Don't forget to set the password in ~/.shortcuts/tasks/wifi.sh"
cp termux.sh ~/.shortcuts/tasks/wifi.sh
chmod +x ~/.shortcuts/tasks/wifi.sh