Disabled rustup writing to bashrc

This commit is contained in:
Christoffer Martinsson 2024-10-13 11:59:28 +02:00
parent 9e43aac020
commit cd8bf42c30

View File

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