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.