Update update.sh
This commit is contained in:
parent
5631bed406
commit
1c6f3831ab
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user