Update bootstrap script to 0.1.19.1

This commit is contained in:
Julian Ospald 2023-02-19 23:58:07 +08:00
parent 432962792c
commit 420323f43b
Signed by: hasufell
GPG Key ID: 3786C5262ECB4A3F
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
plat="$(uname -s)"
arch=$(uname -m)
ghver="0.1.19.0"
ghver="0.1.19.1"
: "${GHCUP_BASE_URL:=https://downloads.haskell.org/~ghcup}"
export GHCUP_SKIP_UPDATE_CHECK=yes