Archived
1
0

fix build.sh

This commit is contained in:
Jeff Becker 2016-04-18 08:46:46 -04:00
parent 8ac1c210f2
commit a54b928a67
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -47,6 +47,7 @@ cd $root
export GOPATH=$root/go export GOPATH=$root/go
mkdir -p $GOPATH mkdir -p $GOPATH
echo "obtaining gx" echo "obtaining gx"
go get -v github.com/whyrusleeping/gx
go get -v github.com/whyrusleeping/gx-go go get -v github.com/whyrusleeping/gx-go
gx install --global gx install --global
go get -v gx/ipfs/$rev/srndv2 go get -v gx/ipfs/$rev/srndv2