From 25ecb7e5e2f79b8c1be85ebf5d92a01797a79f64 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Fri, 5 Jan 2024 00:24:27 +0100 Subject: [PATCH] Update build --- builder/raspberrypi32.yml | 2 +- builder/raspberrypi64.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/raspberrypi32.yml b/builder/raspberrypi32.yml index ccd7c5ae..47db7abf 100644 --- a/builder/raspberrypi32.yml +++ b/builder/raspberrypi32.yml @@ -328,7 +328,7 @@ - name: clone pwnagotchi repository git: - repo: https://github.com/jayofelony/pwnagotchi-torch.git + repo: https://github.com/jayofelony/pwnagotchi-bookworm.git dest: /usr/local/src/pwnagotchi - name: build pwnagotchi wheel diff --git a/builder/raspberrypi64.yml b/builder/raspberrypi64.yml index cb25403c..763d2a2c 100644 --- a/builder/raspberrypi64.yml +++ b/builder/raspberrypi64.yml @@ -338,7 +338,7 @@ - name: clone pwnagotchi repository git: - repo: https://github.com/jayofelony/pwnagotchi-torch.git + repo: https://github.com/jayofelony/pwnagotchi-bookworm.git dest: /usr/local/src/pwnagotchi - name: build pwnagotchi wheel