mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Added couple of plugins, and some other stuff to work on more than 1 raspberry
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
2
Makefile
2
Makefile
@ -34,7 +34,7 @@ langs:
|
|||||||
done
|
done
|
||||||
|
|
||||||
PACKER := /tmp/pwnagotchi/packer
|
PACKER := /tmp/pwnagotchi/packer
|
||||||
PACKER_URL := https://releases.hashicorp.com/packer/$(PACKER_VERSION)/packer_$(PACKER_VERSION)_linux_$(GOARCH).zip
|
PACKER_URL := https://releases.hashicorp.com/packer/$(PACKER_VERSION)/packer_$(PACKER_VERSION)_linux_amd64.zip
|
||||||
$(PACKER):
|
$(PACKER):
|
||||||
mkdir -p $(@D)
|
mkdir -p $(@D)
|
||||||
curl -L "$(PACKER_URL)" -o $(PACKER).zip
|
curl -L "$(PACKER_URL)" -o $(PACKER).zip
|
||||||
|
Reference in New Issue
Block a user