wifi-off/Makefile

13 lines
353 B
Makefile
Raw Permalink Normal View History

2023-12-09 13:02:00 +01:00
install:
pip install -r requirements.txt
run:
FRITZ_PASSWORD=$$FRITZ_PASSWORD python main.py
2023-12-09 13:25:57 +01:00
termux:
pkg install python jq
echo "Don't forget to set the password in ~/.shortcuts/tasks/wifi.sh"
2023-12-09 13:28:18 +01:00
echo "Create a termux widget for it, so that you can use it as a shortcut"
2023-12-09 13:25:57 +01:00
cp termux.sh ~/.shortcuts/tasks/wifi.sh
chmod +x ~/.shortcuts/tasks/wifi.sh