Merge remote-tracking branch 'origin/pwnagotchi-torch-64' into pwnagotchi-torch-64

This commit is contained in:
Jeroen Oudshoorn
2023-09-27 22:07:50 +02:00

View File

@ -13,12 +13,14 @@ sudo reboot now
``` ```
Flash version 2.3.7 then run the commands at version 2.3.8 to go to latest version released. Now 2.4! Flash version 2.3.7 then run these commands to get the latest version released. Now 2.4.2!
```BATCH ```BATCH
cd /usr/local/src/pwnagotchi cd /usr/local/src
sudo git pull sudo rm -r pwnagotchi/
sudo git clone -b v2.4.2 https://github.com/jayofelony/pwnagotchi.git
cd pwnagotchi/
sudo pip3 install . sudo pip3 install .
sudo reboot sudo reboot now
``` ```
--- ---