From 0c244e05c0959f509171ae3245da71bc439202d2 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Wed, 27 Sep 2023 21:27:41 +0200 Subject: [PATCH 1/2] Update README.md Signed-off-by: Jeroen Oudshoorn --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cc848d5d..bac254de 100644 --- a/README.md +++ b/README.md @@ -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 -cd /usr/local/src/pwnagotchi -sudo git pull +cd /usr/local/src +rm pwnagotchi/ +sudo git clone -b v2.4.2 https://github.com/jayofelony/pwnagotchi.git +cd pwnagotchi/ sudo pip3 install . -sudo reboot +sudo reboot now ``` --- From e1e453e98cc68b42b877bca76f886f5baebe2256 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Wed, 27 Sep 2023 21:28:36 +0200 Subject: [PATCH 2/2] Update README.md Signed-off-by: Jeroen Oudshoorn --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bac254de..c0e39fac 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ sudo reboot now Flash version 2.3.7 then run these commands to get the latest version released. Now 2.4.2! ```BATCH cd /usr/local/src -rm pwnagotchi/ +sudo rm -r pwnagotchi/ sudo git clone -b v2.4.2 https://github.com/jayofelony/pwnagotchi.git cd pwnagotchi/ sudo pip3 install .