3 Commits

Author SHA1 Message Date
Simone Margaritelli
cedcc17391 releasing v1.5.1 2020-04-14 11:16:40 +02:00
Simone Margaritelli
6478b3827d Merge pull request #847 from dadav/develop
fix build problems
2020-04-14 11:12:59 +02:00
dadav
463f4b50e4 fix build problems 2020-04-13 19:39:15 +02:00
3 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
PACKER_VERSION=1.4.5
PACKER_VERSION=1.5.2
PWN_HOSTNAME=pwnagotchi
PWN_VERSION=master

View File

@@ -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"
},
{

View File

@@ -1 +1 @@
__version__ = '1.5.0'
__version__ = '1.5.1'