mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2020-11-18 19:53:40 -08:00
FIX BUILD
This commit is contained in:
parent
c0d5d99e5d
commit
6b249d21c4
@ -13,11 +13,11 @@ ROOT=./server
|
|||||||
TYPE=$1
|
TYPE=$1
|
||||||
|
|
||||||
# Setup
|
# Setup
|
||||||
export GO111MODULE="on"
|
export GOFUZZ111MODULE="on"
|
||||||
go get -u github.com/dvyukov/go-fuzz/go-fuzz github.com/dvyukov/go-fuzz/go-fuzz-build
|
go get -u github.com/dvyukov/go-fuzz/go-fuzz github.com/dvyukov/go-fuzz/go-fuzz-build
|
||||||
go get -d -v -u ./...
|
go get -d -v -u ./...
|
||||||
if [ ! -f fuzzit ]; then
|
if [ ! -f fuzzit ]; then
|
||||||
wget -q -O fuzzit https://github.com/fuzzitdev/fuzzit/releases/download/v2.4.29/fuzzit_Linux_x86_64
|
wget -q -O fuzzit https://github.com/fuzzitdev/fuzzit/releases/download/v2.4.72/fuzzit_Linux_x86_64
|
||||||
chmod a+x fuzzit
|
chmod a+x fuzzit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user