From 8bcdc0d95ca47fd128842d9613198deb28767a03 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Tue, 31 Oct 2023 16:20:31 +0100 Subject: [PATCH] v2.5.1 Signed-off-by: Jeroen Oudshoorn --- builder/pwnagotchi.json.pkr.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/pwnagotchi.json.pkr.hcl b/builder/pwnagotchi.json.pkr.hcl index 7adb048d..d0ff0f9b 100644 --- a/builder/pwnagotchi.json.pkr.hcl +++ b/builder/pwnagotchi.json.pkr.hcl @@ -21,7 +21,7 @@ variable "pwn_version" { # documentation for build blocks can be found here: # https://www.packer.io/docs/from-1.5/blocks/build build { - source "arm" "rpi-pwnagotchi" { + source "arm" { name = "Raspberry Pi Pwnagotchi" file_checksum_url = "https://downloads.raspberrypi.org/raspios_lite_arm64/images/raspios_lite_arm64-2023-05-03/2023-05-03-raspios-bullseye-arm64-lite.img.xz.sha256" file_urls = ["https://downloads.raspberrypi.org/raspios_lite_arm64/images/raspios_lite_arm64-2023-05-03/2023-05-03-raspios-bullseye-arm64-lite.img.xz"] @@ -51,7 +51,7 @@ build { mountpoint = "/" } } - source "arm" "opi-pwnagotchi" { + source "arm" { name = "Orange Pi Pwnagotchi" file_checksum_url = "../../images/pwnagotchi-orangepi-raspios.img.xz.sha256" file_urls = ["../../images/pwnagotchi-orangepi-raspios.img.xz"]