diff --git a/common/configure_fresh_system.sh b/common/configure_fresh_system.sh index 40724bb1..86a6b523 100755 --- a/common/configure_fresh_system.sh +++ b/common/configure_fresh_system.sh @@ -113,8 +113,9 @@ if [[ -z $NORUST ]]; then set +e cargo install cargo-update racer rustsym ripgrep fd-find genpass - set -e cargo install-update -a + set -e + rustup run nightly cargo install-update -a fi set +e