override goroot
This commit is contained in:
parent
9471d722af
commit
fffa3df3ad
@ -20,8 +20,9 @@ cache:
|
||||
|
||||
before_script:
|
||||
- sudo apt-get -y update
|
||||
- sudo apt-get -y install qemu-user-static binfmt-support qemu kpartx
|
||||
- sudo apt-get -y install qemu-user-static binfmt-support qemu gcc-arm-linux-gnueabihf libc6-dev-armhf-cross qemu-arm-static kpartx
|
||||
- sudo update-binfmts --display
|
||||
- cat /etc/ld.so.preload
|
||||
|
||||
script:
|
||||
- sudo -E env "PATH=$PATH" make -e PWN_HOSTNAME="pwnagotchi" VERSION="$TRAVIS_TAG"
|
||||
|
@ -117,6 +117,7 @@
|
||||
command: go get -u github.com/bettercap/bettercap
|
||||
environment:
|
||||
GOPATH: /root/go
|
||||
GOROOT: /usr/lib/go
|
||||
|
||||
- name: install bettercap
|
||||
copy:
|
||||
|
Loading…
x
Reference in New Issue
Block a user