diff --git a/update.sh b/update.sh index 34aa3ad..7e698df 100755 --- a/update.sh +++ b/update.sh @@ -41,7 +41,7 @@ if [ -d ~/neovim ]; then rm -rf ~/neovim; fi # Install rust printf -- '\033[33m Installing Rust\n\033[37m' cd ~ -curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh +curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y source "$HOME/.cargo/env" rustup self update rustup update stable