tweak build.sh
This commit is contained in:
parent
133b032f1d
commit
403c404ced
4
build.sh
4
build.sh
@ -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
|
||||||
|
Reference in New Issue
Block a user