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