From 5b3c2e90527b46a0c04ac12ad31639ede4b8ff0d Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Tue, 23 Jan 2024 21:46:20 +0100 Subject: [PATCH] rust install command fix --- configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.sh b/configure.sh index 2869402..89aca5c 100755 --- a/configure.sh +++ b/configure.sh @@ -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