mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Small update version 2.1.1
This commit is contained in:
@ -235,7 +235,7 @@
|
|||||||
- name: download and install pwngrid
|
- name: download and install pwngrid
|
||||||
unarchive:
|
unarchive:
|
||||||
src: "{{ packages.pwngrid.url }}"
|
src: "{{ packages.pwngrid.url }}"
|
||||||
dest: /usr/bin
|
dest: /usr/local/bin
|
||||||
remote_src: yes
|
remote_src: yes
|
||||||
mode: 0755
|
mode: 0755
|
||||||
|
|
||||||
@ -263,10 +263,6 @@
|
|||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
register: bettercap
|
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
|
- name: clone bettercap caplets
|
||||||
git:
|
git:
|
||||||
repo: https://github.com/jayofelony/caplets.git
|
repo: https://github.com/jayofelony/caplets.git
|
||||||
|
Reference in New Issue
Block a user