do not use Go on ubuntu trusty
This commit is contained in:
parent
d13f01ebb5
commit
aa43c35e4f
2 changed files with 7 additions and 5 deletions
|
@ -93,12 +93,13 @@ cd "$DIR/.vim/bundle/YouCompleteMe/"
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
./install.py --racer-completer --clang-completer
|
./install.py --racer-completer --clang-completer
|
||||||
|
|
||||||
# go
|
if [[ -z $NO_GO ]]; then
|
||||||
export GOPATH="$HOME/go"
|
export GOPATH="$HOME/go"
|
||||||
mkdir -p "$GOPATH"
|
mkdir -p "$GOPATH"
|
||||||
|
|
||||||
# excercism
|
# excercism
|
||||||
go get -u github.com/exercism/cli/exercism
|
go get -u github.com/exercism/cli/exercism
|
||||||
|
fi
|
||||||
|
|
||||||
# talks: reveal-md
|
# talks: reveal-md
|
||||||
sudo npm install -g reveal-md
|
sudo npm install -g reveal-md
|
||||||
|
|
|
@ -22,4 +22,5 @@ fi
|
||||||
|
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
DIR="$DIR/../../"
|
DIR="$DIR/../../"
|
||||||
|
export NO_GO=true
|
||||||
DIR="$DIR" $DIR/common/configure_fresh_system
|
DIR="$DIR" $DIR/common/configure_fresh_system
|
||||||
|
|
Loading…
Reference in a new issue