Archived
1
0

fix build.sh more

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

View File

@ -49,7 +49,7 @@ mkdir -p $GOPATH
echo "obtaining gx"
go get -v github.com/whyrusleeping/gx
go get -v github.com/whyrusleeping/gx-go
gx install --global
$GOPATH/bin/gx install --global
go get -v gx/ipfs/$rev/srndv2
cp $GOPATH/bin/srndv2 $root
echo "Built"