fix: +x to /usr/bin/* while creating the .img

This commit is contained in:
Simone Margaritelli 2019-10-31 17:25:21 +01:00
parent 31d401e03b
commit bd63f71a1d
2 changed files with 6 additions and 0 deletions

0
builder/data/usr/bin/pwnlib Normal file → Executable file
View File

View File

@ -89,6 +89,12 @@
"source": "data/etc/systemd/system/bettercap.service",
"destination": "/etc/systemd/system/bettercap.service"
},
{
"type": "shell",
"inline": [
"chmod +x /usr/bin/*"
]
},
{
"type": "ansible-local",
"playbook_file": "pwnagotchi.yml",