Merge pull request #39 from strasharo/patch-1

Fix for the segmentation fault in qemu
This commit is contained in:
evilsocket 2019-10-02 13:07:25 +02:00 committed by GitHub
commit d86946813d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -167,7 +167,7 @@ function provision_raspbian() {
# install bettercap # install bettercap
export GOPATH=/root/go export GOPATH=/root/go
go get -u github.com/bettercap/bettercap taskset -c 1 go get -u github.com/bettercap/bettercap
mv "\$GOPATH/bin/bettercap" /usr/bin/bettercap mv "\$GOPATH/bin/bettercap" /usr/bin/bettercap
# install bettercap caplets (cant run bettercap in chroot) # install bettercap caplets (cant run bettercap in chroot)