Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-10-03 14:00:35 +02:00
parent 6cef1d460e
commit 983c757f72
2 changed files with 22 additions and 17 deletions

View File

@ -11,6 +11,19 @@
}
],
"provisioners": [
{
"type": "shell",
"inline": [
"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",