multirust support added
This commit is contained in:
parent
9f5cea32a3
commit
87995dfeb4
1 changed files with 3 additions and 1 deletions
|
@ -64,7 +64,9 @@ fc-cache
|
|||
|
||||
#rust
|
||||
echo "installing rust"
|
||||
curl -sSf https://static.rust-lang.org/rustup.sh | bash -s -- -y
|
||||
curl -sf https://raw.githubusercontent.com/brson/multirust/master/blastoff.sh | sh
|
||||
multirust update
|
||||
multirust default stable
|
||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
|
||||
cd "$DIR/.vim/bundle/racer/"
|
||||
cargo build
|
||||
|
|
Loading…
Reference in a new issue