simplified rust install command
This commit is contained in:
parent
d06f79dd12
commit
edba888b47
@ -51,7 +51,7 @@ $COMMAND
|
|||||||
|
|
||||||
# Install Rust
|
# Install Rust
|
||||||
if ! [ -x "$(command -v cargo)" ]; then
|
if ! [ -x "$(command -v cargo)" ]; then
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y # Install Rust and components
|
curl https://sh.rustup.rs -sSf | sh -s -- -y # Install Rust and components
|
||||||
source "$HOME/.cargo/env"
|
source "$HOME/.cargo/env"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user