mirror of
				https://github.com/jayofelony/pwnagotchi.git
				synced 2025-07-01 18:37:27 -04:00 
			
		
		
		
	| @ -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" | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jeroen Oudshoorn
					Jeroen Oudshoorn