Closed jayofelony closed 5 months ago
If you're having issues with https://opwngrid.xyz not showing valid data try this. 64bit:
sudo rm /usr/local/lib/python3.11/dist-packages/pwnagotchi/grid.py sudo wget -P /usr/local/lib/python3.11/dist-packages/pwnagotchi/ https://raw.githubusercontent.com/jayofelony/pwnagotchi/master/pwnagotchi/grid.py pwnkill
32bit:
sudo rm /usr/local/lib/python3.9/dist-packages/pwnagotchi/grid.py sudo wget -P /usr/local/lib/python3.9/dist-packages/pwnagotchi/ https://raw.githubusercontent.com/jayofelony/pwnagotchi/master/pwnagotchi/grid.py pwnkill
This will be fixed in the next release.
If you're having issues with https://opwngrid.xyz not showing valid data try this. 64bit:
32bit: