This commit is contained in:
Bob Mottram 2015-01-11 13:56:34 +00:00
parent 8ea1496207
commit 648ffe4dad
1 changed files with 2 additions and 0 deletions

View File

@ -830,6 +830,8 @@ function install_cjdns_tools {
echo 'export PATH=$PATH:$HOME/projects/go/bin' >> ~/.bashrc
fi
. ~/.bashrc
export GOPATH=$HOME/projects/go
export PATH=$PATH:$HOME/projects/go/bin
go get github.com/inhies/cjdcmd
if [ ! -f $HOME/projects/go/bin/cjdcmd ]; then
echo 'cjdcmd was not compiled. Check your golang installation'