diff --git a/update.sh b/update.sh index 4501a90..984e4ee 100755 --- a/update.sh +++ b/update.sh @@ -98,7 +98,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 -s -- -y +curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --no-modify-path -y source "$HOME/.cargo/env" rustup self update rustup update stable