mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
fix: +x to /usr/bin/* while creating the .img
This commit is contained in:
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",
|
||||
"destination": "/etc/systemd/system/bettercap.service"
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"inline": [
|
||||
"chmod +x /usr/bin/*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "ansible-local",
|
||||
"playbook_file": "pwnagotchi.yml",
|
||||
|
Reference in New Issue
Block a user