fix missing command
This commit is contained in:
parent
63a3511c84
commit
504c9ae84e
2
build.sh
2
build.sh
@ -60,7 +60,7 @@ if [ "x$ipfs" == "xyes" ] ; then
|
|||||||
go get -u -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
|
$GOPATH/bin/gx get $rev
|
||||||
cd $root
|
cd $root
|
||||||
$GOPATH/bin/gx install
|
$GOPATH/bin/gx install
|
||||||
go build
|
go build
|
||||||
|
Reference in New Issue
Block a user