edit ansible build

Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-09-22 22:09:26 +02:00
parent adf8758329
commit 9f251a92e6
2 changed files with 12 additions and 44 deletions

View File

@ -15,9 +15,17 @@
"type": "shell",
"inline": [
"uname -a",
"dpkg-architecture"
"dpkg-architecture",
"mkdir -p /usr/local/src/pwnagotchi"
]
},
{
"type": "file",
"sources": [
"../dist/pwnagotchi-{{user `pwn_version`}}.tar.gz"
],
"destination": "/usr/local/src/pwnagotchi/"
},
{
"type": "file",
"source": "../builder/data/usr/bin/pwnlib",