diff --git a/configure.sh b/configure.sh index a6d2fb5..76bde34 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 -s -- -y # Install Rust and components + curl https://sh.rustup.rs -sSf | sh -s -- -y # Install Rust and components source "$HOME/.cargo/env" fi