remove redundant command
This commit is contained in:
parent
309d8e6c45
commit
63a3511c84
1
build.sh
1
build.sh
@ -57,7 +57,6 @@ mkdir -p $GOPATH
|
|||||||
|
|
||||||
if [ "x$ipfs" == "xyes" ] ; then
|
if [ "x$ipfs" == "xyes" ] ; then
|
||||||
echo "obtaining gx"
|
echo "obtaining gx"
|
||||||
go get -u -v github.com/whyrusleeping/gx
|
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user