We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 488968b commit 107d366Copy full SHA for 107d366
Makefile
@@ -1,6 +1,6 @@
1
PACKER_VERSION := 1.10.0
2
PWN_HOSTNAME := pwnagotchi
3
-PWN_VERSION := ${PWN_VERSION}
+PWN_VERSION := $(shell cut -d"'" -f2 < pwnagotchi/_version.py)
4
5
MACHINE_TYPE := $(shell uname -m)
6
ifneq (,$(filter x86_64,$(MACHINE_TYPE)))
0 commit comments