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

View File

@ -11,19 +11,6 @@
}
],
"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",