From 12fd081ae06e9582a980df81ec21260f94c41580 Mon Sep 17 00:00:00 2001 From: ck Date: Mon, 5 Feb 2024 10:09:57 -0500 Subject: [PATCH] Update required_plugins in pwnagotchi.json.pkr.hcl --- builder/pwnagotchi.json.pkr.hcl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/builder/pwnagotchi.json.pkr.hcl b/builder/pwnagotchi.json.pkr.hcl index c08ff651..faa09ef2 100644 --- a/builder/pwnagotchi.json.pkr.hcl +++ b/builder/pwnagotchi.json.pkr.hcl @@ -2,10 +2,10 @@ # https://github.com/mkaczanowski/packer-builder-arm/pull/172 packer { required_plugins { - #arm = { - # version = "~> 1" - # source = "github.com/cdecoux/builder-arm" - #} + arm = { + version = "~> 1" + source = "github.com/cdecoux/builder-arm" + } ansible = { source = "github.com/hashicorp/ansible" version = "~> 1"