Update update.sh

This commit is contained in:
Christoffer Martinsson 2023-07-09 20:19:42 +00:00
parent 1c6f3831ab
commit 373cacbb93

View File

@ -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