Archived
1
0

remove redundant command

This commit is contained in:
Jeff Becker 2016-05-13 09:49:48 -04:00
parent 309d8e6c45
commit 63a3511c84
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -57,7 +57,6 @@ mkdir -p $GOPATH
if [ "x$ipfs" == "xyes" ] ; then
echo "obtaining gx"
go get -u -v github.com/whyrusleeping/gx
go get -u -v github.com/whyrusleeping/gx-go
mkdir -p vendor/gx/ipfs
cd vendor/gx/ipfs