From cd8bf42c307c96db68c6e3c53ee2aa70e2dceab8 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Sun, 13 Oct 2024 11:59:28 +0200 Subject: [PATCH] Disabled rustup writing to bashrc --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 4501a90..984e4ee 100755 --- a/update.sh +++ b/update.sh @@ -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