Disabled rustup writing to bashrc
This commit is contained in:
parent
9e43aac020
commit
cd8bf42c30
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user