diff --git a/builder/raspberrypi64.yml b/builder/raspberrypi64.yml index 017b9580..12a99587 100644 --- a/builder/raspberrypi64.yml +++ b/builder/raspberrypi64.yml @@ -408,6 +408,14 @@ remote_src: yes mode: 0755 + # to always have the bettercap webui available (because why not?) + - name: copy pwnagotchi-manual over pwnagotchi-auto caplet + ansible.builtin.copy: + src: /usr/local/share/bettercap/caplets/pwnagotchi-manual.cap + dest: /usr/local/share/bettercap/caplets/pwnagotchi-auto.cap + force: true + ignore_errors: true + - name: add HDMI powersave to rc.local blockinfile: path: /etc/rc.local