From 107d366c82b204ddeff11818d4d57acdbd1c32fa Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Thu, 8 Feb 2024 21:40:28 +0100 Subject: [PATCH] update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 898da0ea..2ee02c62 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PACKER_VERSION := 1.10.0 PWN_HOSTNAME := pwnagotchi -PWN_VERSION := ${PWN_VERSION} +PWN_VERSION := $(shell cut -d"'" -f2 < pwnagotchi/_version.py) MACHINE_TYPE := $(shell uname -m) ifneq (,$(filter x86_64,$(MACHINE_TYPE)))