From 9e9402a3a2beecfccfc8dc5274f1e1fa95cf9186 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 19 Jul 2021 16:58:42 +0200 Subject: [PATCH] Fix www --- www/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/index.html b/www/index.html index 4956354..7ea5714 100644 --- a/www/index.html +++ b/www/index.html @@ -67,7 +67,7 @@
Set-ExecutionPolicy Bypass -Scope Process -Force;[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072;Invoke-Command -ScriptBlock ([ScriptBlock]::Create((Invoke-WebRequest https://www.haskell.org/ghcup/sh/bootstrap-haskell.ps1 -UseBasicParsing))) -ArgumentList $true
-

If you want to run an interactive installation, change $true to $false at the end of the script.

+

If you want to run an non-interactive installation, change $true to $false at the end of the script.

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