mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
2
Makefile
2
Makefile
@ -51,7 +51,7 @@ $(SDIST): setup.py pwnagotchi
|
|||||||
$(PWN_RELEASE).img: | $(PACKER)
|
$(PWN_RELEASE).img: | $(PACKER)
|
||||||
|
|
||||||
# If the packer or ansible files are updated, rebuild the image.
|
# If the packer or ansible files are updated, rebuild the image.
|
||||||
$(PWN_RELEASE).img: $(SDIST) builder/pwnagotchi.json.pkr.hcl raspberrypi32.yml raspberrypi64.yml orangepi.yml build_install_gopkg.yml nexmon.yml $(shell find builder/data -type f)
|
$(PWN_RELEASE).img: $(SDIST) builder/pwnagotchi.json.pkr.hcl builder/raspberrypi32.yml builder/raspberrypi64.yml builder/orangepi.yml builder/build_install_gopkg.yml builder/nexmon.yml $(shell find builder/data -type f)
|
||||||
|
|
||||||
# sudo $(PACKER) plugins install github.com/solo-io/arm-image
|
# sudo $(PACKER) plugins install github.com/solo-io/arm-image
|
||||||
# sudo $(PACKER) plugins install github.com/hashicorp/ansible
|
# sudo $(PACKER) plugins install github.com/hashicorp/ansible
|
||||||
|
Reference in New Issue
Block a user