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"}}
-curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
+ curl https://sh.rustup.rs -sSf | sh
{{fluent "tools-rustup-manual-unixy"}}
-curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
+ curl https://sh.rustup.rs -sSf | sh
{{tools-rustup-manual-default}}
-curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
+ curl https://sh.rustup.rs -sSf | sh