rust install command fix

This commit is contained in:
Václav Šmejkal 2024-01-23 21:46:20 +01:00
parent 990b67fc0a
commit 5b3c2e9052
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -51,7 +51,7 @@ $COMMAND
# Install Rust
if ! [ -x "$(command -v cargo)" ]; then
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh sh -s -- -y
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
fi
# Config Rust version