From 9dd832f2367162651edc14ed9128868063020766 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Tue, 31 Oct 2023 10:11:27 +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 a6af8140..0d473a22 100644 --- a/builder/pwnagotchi.json.pkr.hcl +++ b/builder/pwnagotchi.json.pkr.hcl @@ -20,7 +20,7 @@ source "arm" "rpi-pwnagotchi" { 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"] file_checksum_type = "sha256" file_target_extension = "xz" - file_unarchive_cmd = ["xz", "--decompress", "$ARCHIVE_PATH"] + file_unarchive_cmd = ["unxz", "$ARCHIVE_PATH"] image_path = "../../../pwnagotchi-raspios-bullseye-${var.pwn_version}-arm64.img" qemu_binary_source_path = "/usr/bin/qemu-aarch64-static" qemu_binary_destination_path = "/usr/bin/qemu-aarch64-static" @@ -49,7 +49,7 @@ source "arm" "opi-pwnagotchi" { file_urls = ["../../images/pwnagotchi-orangepi-raspios.img.xz"] file_checksum_type = "sha256" file_target_extension = "xz" - file_unarchive_cmd = ["xz", "--decompress", "$ARCHIVE_PATH"] + file_unarchive_cmd = ["unxz", "$ARCHIVE_PATH"] image_path = "../../../pwnagotchi-orangepi-bullseye-${var.pwn_version}-arm64.img" qemu_binary_source_path = "/usr/bin/qemu-aarch64-static" qemu_binary_destination_path = "/usr/bin/qemu-aarch64-static"