override goroot

This commit is contained in:
Cassiano Aquino 2019-10-02 18:05:32 +01:00
parent 9471d722af
commit fffa3df3ad
No known key found for this signature in database
GPG Key ID: 2480258091054B09
2 changed files with 3 additions and 1 deletions

View File

@ -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"

View File

@ -117,6 +117,7 @@
command: go get -u github.com/bettercap/bettercap
environment:
GOPATH: /root/go
GOROOT: /usr/lib/go
- name: install bettercap
copy: