diff --git a/templates/components/tools/rustup.html.hbs b/templates/components/tools/rustup.html.hbs index abac3b14..a5ea1823 100644 --- a/templates/components/tools/rustup.html.hbs +++ b/templates/components/tools/rustup.html.hbs @@ -1,7 +1,7 @@

{{fluent "tools-rustup-unixy"}}

-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
+
curl https://sh.rustup.rs -sSf | sh

{{fluent "tools-rustup-windows-2"}}

@@ -17,7 +17,7 @@

{{fluent "tools-rustup-wsl-heading"}}

{{fluent "tools-rustup-wsl"}}

-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
+
curl https://sh.rustup.rs -sSf | sh
@@ -39,7 +39,7 @@

{{fluent "tools-rustup-manual-unixy"}}

- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh + curl https://sh.rustup.rs -sSf | sh

@@ -53,7 +53,7 @@

{{tools-rustup-manual-default}}

-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
+
curl https://sh.rustup.rs -sSf | sh