From 403c404ced2f5b8c520e7dc36126dd78acc6cd98 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Fri, 13 May 2016 09:44:14 -0400 Subject: [PATCH] tweak build.sh --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 5e74d94..a9b1135 100755 --- a/build.sh +++ b/build.sh @@ -57,8 +57,8 @@ mkdir -p $GOPATH if [ "x$ipfs" == "xyes" ] ; then echo "obtaining gx" - go get -v github.com/whyrusleeping/gx - go get -v github.com/whyrusleeping/gx-go + go get -u -v github.com/whyrusleeping/gx + go get -u -v github.com/whyrusleeping/gx-go mkdir -p vendor/gx/ipfs cd vendor/gx/ipfs gx get $rev