From 18a2fa72bc28b7cf7c46c82dfd70fa979f14f798 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Tue, 31 Oct 2023 10:10:33 +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 aaaf36e9..a6af8140 100644 --- a/builder/pwnagotchi.json.pkr.hcl +++ b/builder/pwnagotchi.json.pkr.hcl @@ -45,8 +45,8 @@ source "arm" "rpi-pwnagotchi" { } } source "arm" "opi-pwnagotchi" { - file_checksum_url = "73bc16dc685a28a709e6a2f79a1bb79e6fec14ac203ddb12cf5ff1d615b6b536" - file_urls = ["https://drive.google.com/uc?export=download&id=1BOPrgnxtCK3RE669ZKwHvSTV1MJkNNhJ&confirm=t&uuid=88c79668-2e26-49ac-8a09-8976f151df22&at=AB6BwCAyMaSAXpiydSrYbxOKDX8o:1698743188617"] + file_checksum_url = "../../images/pwnagotchi-orangepi-raspios.img.xz.sha256" + file_urls = ["../../images/pwnagotchi-orangepi-raspios.img.xz"] file_checksum_type = "sha256" file_target_extension = "xz" file_unarchive_cmd = ["xz", "--decompress", "$ARCHIVE_PATH"]