mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
1
Makefile
1
Makefile
@ -1,7 +1,6 @@
|
|||||||
PACKER_VERSION := 1.9.4
|
PACKER_VERSION := 1.9.4
|
||||||
PWN_HOSTNAME := pwnagotchi
|
PWN_HOSTNAME := pwnagotchi
|
||||||
PWN_VERSION := $(shell cut -d"'" -f2 < pwnagotchi/_version.py)
|
PWN_VERSION := $(shell cut -d"'" -f2 < pwnagotchi/_version.py)
|
||||||
PWN_RELEASE := pwnagotchi-raspios-lite-$(PWN_VERSION)
|
|
||||||
|
|
||||||
MACHINE_TYPE := $(shell uname -m)
|
MACHINE_TYPE := $(shell uname -m)
|
||||||
ifneq (,$(filter x86_64,$(MACHINE_TYPE)))
|
ifneq (,$(filter x86_64,$(MACHINE_TYPE)))
|
||||||
|
Reference in New Issue
Block a user