From 01bc3b9cd1967e214d3261f9c6284948c692e9e2 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Thu, 24 Aug 2023 11:37:32 +0200 Subject: [PATCH] Added couple of plugins, and some other stuff to work on more than 1 raspberry Signed-off-by: Jeroen Oudshoorn --- builder/pwnagotchi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/pwnagotchi.json b/builder/pwnagotchi.json index 685fd328..1d0d6237 100644 --- a/builder/pwnagotchi.json +++ b/builder/pwnagotchi.json @@ -2,7 +2,7 @@ "builders": [ { "name": "pwnagotchi", - "type": "arm64-image", + "type": "arm-image", "iso_url": "https://downloads.raspberrypi.org/raspios_lite_arm64/images/raspios_lite_arm64-2023-05-03/2023-05-03-raspios-bullseye-arm64-lite.img.xz", "iso_checksum": "bf982e56b0374712d93e185780d121e3f5c3d5e33052a95f72f9aed468d58fa7c" }