Skip to content

Commit

Permalink
Update pwnagotchi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aluminum-ice committed Jun 17, 2024
1 parent 9050d09 commit 8ae2011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/pwnagotchi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@
when: golang.changed

- name: Install bettercap (from source)
shell: "export GOPATH=$HOME/go && export PATH=/usr/local/go/bin:$PATH:$GOPATH/bin && go env -w GO111MODULE="on" && go get github.com/bettercap/bettercap && cd $GOPATH/src/github.com/bettercap/bettercap && make build && make install"
shell: "export GOPATH=$HOME/go && export PATH=/usr/local/go/bin:$PATH:$GOPATH/bin && go env -w GO111MODULE=on && go get github.com/bettercap/bettercap && cd $GOPATH/src/github.com/bettercap/bettercap && make build && make install"
args:
executable: /bin/bash
register: bettercap
Expand Down

0 comments on commit 8ae2011

Please sign in to comment.