From afa606b7c0a655c96739b39fab31c00082c6f8e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Mon, 16 Oct 2017 20:02:25 +0100 Subject: [PATCH] Use new cargo install syntax (#138) --- common/configure_fresh_system.sh | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/common/configure_fresh_system.sh b/common/configure_fresh_system.sh index 30826232..87057714 100755 --- a/common/configure_fresh_system.sh +++ b/common/configure_fresh_system.sh @@ -106,12 +106,9 @@ if [[ -z $NORUST ]]; then git pull git submodule update --init --recursive fi -set +e - cargo install cargo-update - cargo install rustfmt - cargo install racer - cargo install rustsym - cargo install ripgrep + + set +e + cargo install cargo-update rustfmt racer rustsym ripgrep cd "$DIR/../" if [[ ! -d alacritty ]]; then