From c7059efe37df507e44a5b2da9dbe3acec2a7e228 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Tue, 31 Oct 2023 13:32:17 +0100 Subject: [PATCH] v2.5.1 Signed-off-by: Jeroen Oudshoorn --- builder/pwnagotchi.json.pkr.hcl | 9 --------- 1 file changed, 9 deletions(-) diff --git a/builder/pwnagotchi.json.pkr.hcl b/builder/pwnagotchi.json.pkr.hcl index af01a858..3d4b54ec 100644 --- a/builder/pwnagotchi.json.pkr.hcl +++ b/builder/pwnagotchi.json.pkr.hcl @@ -1,12 +1,3 @@ -packer { - required_plugins { - arm = { - version = ">= 1.0.0" - source = "github.com/cdecoux/builder-arm" - } - } -} - variable "pwn_hostname" { type = string }