From f464c098829b31a563f9f2a2b351b2fe17713960 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Thu, 9 Nov 2023 21:11:12 +0100 Subject: [PATCH] v2.5.1 Signed-off-by: Jeroen Oudshoorn --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 00fa8849..fa21dbc3 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ PACKER_VERSION := 1.9.4 PWN_HOSTNAME := pwnagotchi PWN_VERSION := $(shell cut -d"'" -f2 < pwnagotchi/_version.py) -PWN_RELEASE := pwnagotchi-raspios-lite-$(PWN_VERSION) MACHINE_TYPE := $(shell uname -m) ifneq (,$(filter x86_64,$(MACHINE_TYPE)))