mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -386,7 +386,7 @@
|
|||||||
- block:
|
- block:
|
||||||
- name: install bettercap if missing
|
- name: install bettercap if missing
|
||||||
when: not bettercap.stat.exists
|
when: not bettercap.stat.exists
|
||||||
include_tasks: extras/build_install_gopkg.yml
|
include_tasks: build_install_gopkg.yml
|
||||||
vars:
|
vars:
|
||||||
item:
|
item:
|
||||||
name: bettercap
|
name: bettercap
|
||||||
@ -403,7 +403,7 @@
|
|||||||
- block:
|
- block:
|
||||||
- name: install pwngrid if missing
|
- name: install pwngrid if missing
|
||||||
when: not pwngrid.stat.exists
|
when: not pwngrid.stat.exists
|
||||||
include_tasks: extras/build_install_gopkg.yml
|
include_tasks: build_install_gopkg.yml
|
||||||
vars:
|
vars:
|
||||||
item:
|
item:
|
||||||
name: pwngrid
|
name: pwngrid
|
||||||
|
Reference in New Issue
Block a user