From cb8a4180c53c87c50e0e588556cc427d6256a268 Mon Sep 17 00:00:00 2001 From: Yerkebulan Tulibergenov Date: Fri, 16 Jun 2023 23:49:45 -0700 Subject: [PATCH] Use installation instruction with rustup as recommended in forge and rustup --- templates/components/tools/rustup.html.hbs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/components/tools/rustup.html.hbs b/templates/components/tools/rustup.html.hbs index abac3b140..a5ea18233 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