Archived
1
0

tweak build.sh

This commit is contained in:
Jeff Becker 2016-05-13 09:44:14 -04:00
parent 133b032f1d
commit 403c404ced
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -57,8 +57,8 @@ mkdir -p $GOPATH
if [ "x$ipfs" == "xyes" ] ; then if [ "x$ipfs" == "xyes" ] ; then
echo "obtaining gx" echo "obtaining gx"
go get -v github.com/whyrusleeping/gx go get -u -v github.com/whyrusleeping/gx
go get -v github.com/whyrusleeping/gx-go go get -u -v github.com/whyrusleeping/gx-go
mkdir -p vendor/gx/ipfs mkdir -p vendor/gx/ipfs
cd vendor/gx/ipfs cd vendor/gx/ipfs
gx get $rev gx get $rev