From c9fe15005ddb14d22c0fc92eddf5afb84d7e9a8b Mon Sep 17 00:00:00 2001
From: scifijunk <95538539+scifijunk@users.noreply.github.com>
Date: Sun, 5 Dec 2021 21:03:20 -0600
Subject: [PATCH] Update pwnagotchi.yml

Testing armv7l of OpenCV-python and TensorFlow
---
 builder/pwnagotchi.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/builder/pwnagotchi.yml b/builder/pwnagotchi.yml
index a3f0b50..6e468b6 100644
--- a/builder/pwnagotchi.yml
+++ b/builder/pwnagotchi.yml
@@ -225,7 +225,7 @@
 
   - name: clone pwnagotchi repository
     git:
-      repo: https://github.com/evilsocket/pwnagotchi.git
+      repo: https://github.com/scifijunk/pwnagotchi.git
       dest: /usr/local/src/pwnagotchi
     register: pwnagotchigit
 
@@ -255,13 +255,13 @@
 
   - name: install opencv-python
     pip:
-      name: "https://www.piwheels.org/simple/opencv-python/opencv_python-3.4.3.18-cp37-cp37m-linux_armv6l.whl"
+      name: "https://www.piwheels.org/simple/opencv-python/opencv_python-3.4.3.18-cp37-cp37m-linux_armv7l.whl"
       extra_args: "--no-deps --no-cache-dir --platform=linux_armv6l --only-binary=:all: --target={{ pip_target.stdout }}"
     when: (pip_packages['opencv-python'] is undefined) or (pip_packages['opencv-python'] != '3.4.3.18')
 
   - name: install tensorflow
     pip:
-      name: "https://www.piwheels.org/simple/tensorflow/tensorflow-1.13.1-cp37-none-linux_armv6l.whl"
+      name: "https://www.piwheels.org/simple/tensorflow/tensorflow-1.13.1-cp37-none-linux_armv7l.whl"
       extra_args: "--no-deps --no-cache-dir --platform=linux_armv6l --only-binary=:all: --target={{ pip_target.stdout }}"
     when: (pip_packages['tensorflow'] is undefined) or (pip_packages['tensorflow'] != '1.13.1')