From a0bd1b277a6cab9521ad59546b7bcf7467354cb7 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Thu, 24 Aug 2023 11:51:09 +0200 Subject: [PATCH] Added couple of plugins, and some other stuff to work on more than 1 raspberry Signed-off-by: Jeroen Oudshoorn --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b7457d79..4cbbbc85 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ langs: ./scripts/language.sh compile $$(basename $$lang); \ done +install: PACKER := /tmp/pwnagotchi/packer PACKER_URL := https://releases.hashicorp.com/packer/$(PACKER_VERSION)/packer_$(PACKER_VERSION)_linux_amd64.zip $(PACKER):