From f9db20b9a275768e104ce96a12d9158141cd8144 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Thu, 24 Aug 2023 11:55:36 +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 8aef5857..875c088c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PACKER_VERSION=1.9.4 PWN_HOSTNAME=pwnagotchi -PWN_VERSION=2.0.1 +PWN_VERSION:=$(shell cut -d"'" -f2 < pwnagotchi/_version.py) # The Ansible part of the build can inadvertently change the active hostname of # the build machine while updating the permanent hostname of the build image.