diff --git a/build.sh b/build.sh index 4a71645..e0cba68 100755 --- a/build.sh +++ b/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