Update update.sh

This commit is contained in:
Christoffer Martinsson 2023-07-09 20:14:15 +00:00
parent 5631bed406
commit 1c6f3831ab

View File

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