mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 21:43:18 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
c92d1ffbe7
commit
544f57972c
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -123,7 +123,7 @@ build_macos_amd64() {
|
|||
ssh osxvm "cd $DIR && rm -rf '$OUTPUT' && git checkout . && git pull" > /dev/null
|
||||
|
||||
echo "@ Building $OUTPUT ..."
|
||||
ssh osxvm "export GOPATH=/Users/evilsocket/gocode && cd '$DIR' && PATH=$PATH:/usr/local/bin && go build -o $OUTPUT ." > /dev/null
|
||||
ssh osxvm "export GOPATH=/Users/evilsocket/gocode && cd '$DIR' && PATH=$PATH:/usr/local/bin && go get ./... && go build -o $OUTPUT ." > /dev/null
|
||||
|
||||
echo "@ Downloading $OUTPUT ..."
|
||||
scp -C osxvm:$DIR/$OUTPUT . > /dev/null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue