Skip to content

Commit

Permalink
fix build problems
Browse files Browse the repository at this point in the history
  • Loading branch information
dadav committed Apr 13, 2020
1 parent 793cde7 commit 463f4b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PACKER_VERSION=1.4.5
PACKER_VERSION=1.5.2
PWN_HOSTNAME=pwnagotchi
PWN_VERSION=master

Expand Down
1 change: 1 addition & 0 deletions builder/pwnagotchi.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
{
"type": "ansible-local",
"playbook_file": "pwnagotchi.yml",
"extra_arguments": [ "--extra-vars \"ansible_python_interpreter=/usr/bin/python3\"" ],
"command": "ANSIBLE_FORCE_COLOR=1 PYTHONUNBUFFERED=1 PWN_VERSION={{user `pwn_version`}} PWN_HOSTNAME={{user `pwn_hostname`}} ansible-playbook"
},
{
Expand Down

0 comments on commit 463f4b5

Please sign in to comment.