wifi-off/Makefile

13 lines
353 B
Makefile

install:
pip install -r requirements.txt
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"
echo "Create a termux widget for it, so that you can use it as a shortcut"
cp termux.sh ~/.shortcuts/tasks/wifi.sh
chmod +x ~/.shortcuts/tasks/wifi.sh