diff --git a/builder/pwnagotchi.yml b/builder/pwnagotchi.yml index 6114efd2..37333611 100644 --- a/builder/pwnagotchi.yml +++ b/builder/pwnagotchi.yml @@ -235,7 +235,7 @@ - name: download and install pwngrid unarchive: src: "{{ packages.pwngrid.url }}" - dest: /usr/bin + dest: /usr/local/bin remote_src: yes mode: 0755 @@ -263,10 +263,6 @@ executable: /bin/bash register: bettercap - - name: Link bettercap v2.32.1 - command: ln -s /usr/local/bin/bettercap /usr/bin/bettercap - when: bettercap.changed - - name: clone bettercap caplets git: repo: https://github.com/jayofelony/caplets.git