From 1c6f3831ab2b15ec5ffc3a62e36b744a04b0826d Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Sun, 9 Jul 2023 20:14:15 +0000 Subject: [PATCH] Update update.sh --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index 7d164c1..34aa3ad 100755 --- a/update.sh +++ b/update.sh @@ -42,6 +42,7 @@ if [ -d ~/neovim ]; then rm -rf ~/neovim; fi printf -- '\033[33m Installing Rust\n\033[37m' cd ~ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh +source "$HOME/.cargo/env" rustup self update rustup update stable