From 319377fad2ebb3c52d94ecdcc69fda2a3829e1cc Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Fri, 10 Jan 2020 01:59:48 +0100 Subject: [PATCH] Update curl options --- www/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/www/index.html b/www/index.html index 8b92fe9..616105a 100644 --- a/www/index.html +++ b/www/index.html @@ -26,19 +26,19 @@ @@ -78,7 +78,7 @@

If you are running Linux, macOS or FreeBSD,
run the following in your terminal (as a user other than root), then follow the onscreen instructions.

-
curl https://get-ghcup.haskell.org -sSf | sh
+
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh

If you don't like curl | sh, see other installation methods.

@@ -97,7 +97,7 @@

To install Haskell, if you are running Linux, macOS or FreeBSD,
run the following in your terminal (as a user other than root), then follow the onscreen instructions.

-
curl https://get-ghcup.haskell.org -sSf | sh
+
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh

If you don't like curl | sh, see other installation methods.

@@ -142,7 +142,7 @@

To install Haskell, if you are running Linux, macOS or FreeBSD,
run the following in your terminal (as a user other than root), then follow the onscreen instructions.

-
curl https://get-ghcup.haskell.org -sSf | sh
+
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh

If you don't like curl | sh, see other installation methods.