mirror of
https://github.com/tomoko-dev9/nntpchan.git
synced 2026-08-09 18:12:51 +02:00
fix checks for gx and gx-go
This commit is contained in:
@@ -58,6 +58,10 @@ mkdir -p $GOPATH
|
||||
if [ "x$ipfs" == "xyes" ] ; then
|
||||
if [ ! -e $GOPATH/bin/gx ] ; then
|
||||
echo "obtaining gx"
|
||||
go get -u -v github.com/whyrusleeping/gx
|
||||
fi
|
||||
if [ ! -e $GOPATH/bin/gx-go ] ; then
|
||||
echo "obtaining gx-go"
|
||||
go get -u -v github.com/whyrusleeping/gx-go
|
||||
fi
|
||||
mkdir -p vendor/gx/ipfs
|
||||
|
||||
Reference in New Issue
Block a user