diff --git a/builder/data/usr/bin/pwnlib b/builder/data/usr/bin/pwnlib old mode 100644 new mode 100755 diff --git a/builder/pwnagotchi.json b/builder/pwnagotchi.json index c86468f..2591eac 100644 --- a/builder/pwnagotchi.json +++ b/builder/pwnagotchi.json @@ -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",