Use new cargo install syntax (#138)
This commit is contained in:
parent
ba6222b92c
commit
afa606b7c0
1 changed files with 3 additions and 6 deletions
|
@ -106,12 +106,9 @@ if [[ -z $NORUST ]]; then
|
||||||
git pull
|
git pull
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
fi
|
fi
|
||||||
set +e
|
|
||||||
cargo install cargo-update
|
set +e
|
||||||
cargo install rustfmt
|
cargo install cargo-update rustfmt racer rustsym ripgrep
|
||||||
cargo install racer
|
|
||||||
cargo install rustsym
|
|
||||||
cargo install ripgrep
|
|
||||||
|
|
||||||
cd "$DIR/../"
|
cd "$DIR/../"
|
||||||
if [[ ! -d alacritty ]]; then
|
if [[ ! -d alacritty ]]; then
|
||||||
|
|
Loading…
Reference in a new issue