Add termux script
This commit is contained in:
parent
6e0b9da3b3
commit
c4bd62cd36
2 changed files with 19 additions and 0 deletions
6
Makefile
6
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue