12 lines
277 B
Makefile
12 lines
277 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"
|
|
cp termux.sh ~/.shortcuts/tasks/wifi.sh
|
|
chmod +x ~/.shortcuts/tasks/wifi.sh
|