From 111dd512c96f37d287de3ec8a8d3f0555edbf225 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Thu, 14 Dec 2023 12:41:11 +0100 Subject: [PATCH] Update for bookworm release --- builder/raspberrypi64.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/builder/raspberrypi64.yml b/builder/raspberrypi64.yml index 6ac73435..7f286780 100644 --- a/builder/raspberrypi64.yml +++ b/builder/raspberrypi64.yml @@ -338,21 +338,13 @@ - name: clone pwnagotchi repository git: - repo: https://github.com/jayofelony/pwnagotchi.git + repo: https://github.com/jayofelony/pwnagotchi-torch.git dest: /usr/local/src/pwnagotchi - register: pwnagotchigit - name: build pwnagotchi wheel - command: "python3 setup.py sdist bdist_wheel" + command: "pip install . --break-system-packages" args: chdir: /usr/local/src/pwnagotchi - when: (pwnagotchigit.changed) or (pip_packages['pwnagotchi'] is undefined) or (pip_packages['pwnagotchi'] != pwnagotchi_version) - - - name: install pwnagotchi wheel and dependencies - pip: - name: "{{ lookup('fileglob', '/usr/local/src/pwnagotchi/dist/pwnagotchi*.whl') }}" - extra_args: "--no-cache-dir --break-system-packages" - when: (pwnagotchigit.changed) or (pip_packages['pwnagotchi'] is undefined) or (pip_packages['pwnagotchi'] != pwnagotchi_version) - name: remove pwnagotchi folder file: