From 82d6dcd961cab62b396b08dc8940234b31e6718b Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Thu, 24 Aug 2023 13:27:21 +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 875c088c..f68c810a 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ langs: done install: -PACKER := /tmp/pwnagotchi/packer +PACKER := /home/hakselaar/pwnagotchi/packer PACKER_URL := https://releases.hashicorp.com/packer/$(PACKER_VERSION)/packer_$(PACKER_VERSION)_linux_amd64.zip $(PACKER): mkdir -p $(@D)