From c9501fe95c0de6e5ad16bd80813bc32ca9c9d619 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Sun, 17 Sep 2023 10:24:05 +0200 Subject: [PATCH] Update README.md Signed-off-by: Jeroen Oudshoorn --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3025484b..cc848d5d 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,22 @@ Patreon: [Pwnagotchi-Torch](https://www.patreon.com/pwnagotchi_torch) +If you are using a Pi Zero 2W run the following commands through SSH. -Flash version 2.3.7 then run the commands at version 2.3.8 to go to latest version released. Probably 2.3.8! +```BATCH +sudo systemctl enable dphys-swapfile.service +sudo nano /etc/dphys-swapfile # edit 100 -> 2048 +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! +```BATCH +cd /usr/local/src/pwnagotchi +sudo git pull +sudo pip3 install . +sudo reboot +``` ---