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