added automaticall default to rust installation
This commit is contained in:
parent
bb7aca3ecf
commit
990b67fc0a
@ -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
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh sh -s -- -y
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Config Rust version
|
# Config Rust version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user