From bd63f71a1d6e00968037a4200c19fbc757998d6f Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Thu, 31 Oct 2019 17:25:21 +0100 Subject: [PATCH] fix: +x to /usr/bin/* while creating the .img --- builder/data/usr/bin/pwnlib | 0 builder/pwnagotchi.json | 6 ++++++ 2 files changed, 6 insertions(+) mode change 100644 => 100755 builder/data/usr/bin/pwnlib 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",