fix checks for gx and gx-go
This commit is contained in:
parent
7f1800a0c6
commit
5da696d1c8
4
build.sh
4
build.sh
@ -58,6 +58,10 @@ mkdir -p $GOPATH
|
||||
if [ "x$ipfs" == "xyes" ] ; then
|
||||
if [ ! -e $GOPATH/bin/gx ] ; then
|
||||
echo "obtaining gx"
|
||||
go get -u -v github.com/whyrusleeping/gx
|
||||
fi
|
||||
if [ ! -e $GOPATH/bin/gx-go ] ; then
|
||||
echo "obtaining gx-go"
|
||||
go get -u -v github.com/whyrusleeping/gx-go
|
||||
fi
|
||||
mkdir -p vendor/gx/ipfs
|
||||
|
Reference in New Issue
Block a user