From f2836d15bef4573e73654f632ecf99cbb41811f2 Mon Sep 17 00:00:00 2001 From: Marco Bellaccini <24960638+marcobellaccini@users.noreply.github.com> Date: Fri, 17 Jan 2020 11:21:34 +0100 Subject: [PATCH] Dropped unnecessary curl option The curl proto option is not necessary (since target URL is https), hence it should be dropped. --- www/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/www/index.html b/www/index.html index 2dee9ce47a..4b4924abed 100644 --- a/www/index.html +++ b/www/index.html @@ -25,7 +25,7 @@ @@ -36,7 +36,7 @@ then follow the onscreen instructions.

If you're a Windows Subsystem for Linux user run the following in your terminal, then follow the onscreen instructions to install Rust.

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

You appear to be running Windows 32-bit. If not, display all supported installers.

@@ -47,7 +47,7 @@ then follow the onscreen instructions.

If you're a Windows Subsystem for Linux user run the following in your terminal, then follow the onscreen instructions to install Rust.

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

You appear to be running Windows 64-bit. If not, display all supported installers.

@@ -71,7 +71,7 @@

If you are running Unix,
run the following in your terminal, then follow the onscreen instructions.

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

@@ -100,7 +100,7 @@

To install Rust, if you are running Unix,
run the following in your terminal, then follow the onscreen instructions.

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