fix cargo installation issue

This commit is contained in:
Alexander Navarro 2024-08-05 15:25:29 -04:00
parent 8ff8001760
commit 3e0fd19aa6

View file

@ -36,7 +36,7 @@ echo -e "${C_DODGERBLUE1}Installing packages...${NO_FORMAT}"
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path --default-toolchain stable
rustup update
. "$HOME/.cargo/env"
# ╭──────────────────────────────────────────────────────────╮
# │ Install Cargo Packages │