fix cargo installation issue
This commit is contained in:
parent
8ff8001760
commit
3e0fd19aa6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
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 │
|
# │ Install Cargo Packages │
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue