fix: +x to /usr/bin/* while creating the .img
This commit is contained in:
parent
31d401e03b
commit
bd63f71a1d
0
builder/data/usr/bin/pwnlib
Normal file → Executable file
0
builder/data/usr/bin/pwnlib
Normal file → Executable file
@ -89,6 +89,12 @@
|
|||||||
"source": "data/etc/systemd/system/bettercap.service",
|
"source": "data/etc/systemd/system/bettercap.service",
|
||||||
"destination": "/etc/systemd/system/bettercap.service"
|
"destination": "/etc/systemd/system/bettercap.service"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "shell",
|
||||||
|
"inline": [
|
||||||
|
"chmod +x /usr/bin/*"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "ansible-local",
|
"type": "ansible-local",
|
||||||
"playbook_file": "pwnagotchi.yml",
|
"playbook_file": "pwnagotchi.yml",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user