From f58b5b68dbb4ab4144395250e647cdc48b94bc35 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Thu, 24 Aug 2023 11:35:37 +0200 Subject: [PATCH] Added couple of plugins, and some other stuff to work on more than 1 raspberry Signed-off-by: Jeroen Oudshoorn --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eec5d853..bc892a0a 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ langs: done PACKER := /tmp/pwnagotchi/packer -PACKER_URL := https://releases.hashicorp.com/packer/$(PACKER_VERSION)/packer_$(PACKER_VERSION)_linux_$(GOARCH).zip +PACKER_URL := https://releases.hashicorp.com/packer/$(PACKER_VERSION)/packer_$(PACKER_VERSION)_linux_amd64.zip $(PACKER): mkdir -p $(@D) curl -L "$(PACKER_URL)" -o $(PACKER).zip