mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -416,7 +416,9 @@
|
|||||||
register: bettercap
|
register: bettercap
|
||||||
|
|
||||||
- name: Install bettercap v2.32.1
|
- name: Install bettercap v2.32.1
|
||||||
shell: "export GOPATH=$HOME/go && export PATH=/usr/local/go/bin:$PATH:$GOPATH/bin && go mod tidy && make && make install"
|
shell: "export GOPATH=$HOME/go && export PATH=/usr/local/go/bin:$PATH:$GOPATH/bin && go mod tidy -x -v && make && make install"
|
||||||
|
retries: 7
|
||||||
|
delay: 60
|
||||||
args:
|
args:
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
chdir: /usr/local/src/bettercap
|
chdir: /usr/local/src/bettercap
|
||||||
|
Reference in New Issue
Block a user