From cf05d7e76017e5a6332b2dfcc6131ef83919fed4 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Sun, 22 Oct 2023 18:24:46 +0200 Subject: [PATCH] Revert "v2.5.0" This reverts commit 47ae8a0a9731fbd7221adebdc104d2d00249f36b. --- builder/pwnagotchi.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/builder/pwnagotchi.yml b/builder/pwnagotchi.yml index 202f177b..68acd09e 100644 --- a/builder/pwnagotchi.yml +++ b/builder/pwnagotchi.yml @@ -193,7 +193,7 @@ # Install nexmon to fix wireless scanning (takes 2.5G of space) - name: clone nexmon repository git: - repo: 'https://github.com/jayofelony/nexmon.git' + repo: https://github.com/jayofelony/nexmon.git dest: /usr/local/src/nexmon register: nexmongit @@ -289,7 +289,7 @@ - name: clone pwnagotchi repository git: - repo: 'https://github.com/jayofelony/pwnagotchi.git' + repo: https://github.com/jayofelony/pwnagotchi.git dest: /usr/local/src/pwnagotchi register: pwnagotchigit @@ -331,7 +331,7 @@ - name: download pwngrid 1.10.4 git: - repo: 'https://github.com/jayofelony/pwngrid.git' + repo: https://github.com/jayofelony/pwngrid.git dest: /usr/local/src/pwngrid register: pwngrid @@ -349,7 +349,7 @@ - name: download bettercap v2.32.1 git: - repo: 'https://github.com/jayofelony/bettercap.git' + repo: https://github.com/jayofelony/bettercap.git dest: /usr/local/src/bettercap register: bettercap