Skip to content

Commit 107d366

Browse files
committed
update Makefile
1 parent 488968b commit 107d366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PACKER_VERSION := 1.10.0
22
PWN_HOSTNAME := pwnagotchi
3-
PWN_VERSION := ${PWN_VERSION}
3+
PWN_VERSION := $(shell cut -d"'" -f2 < pwnagotchi/_version.py)
44

55
MACHINE_TYPE := $(shell uname -m)
66
ifneq (,$(filter x86_64,$(MACHINE_TYPE)))

0 commit comments

Comments
 (0)