diff --git a/scripts/bootstrap/bootstrap-haskell b/scripts/bootstrap/bootstrap-haskell index 5c88da8..8286076 100755 --- a/scripts/bootstrap/bootstrap-haskell +++ b/scripts/bootstrap/bootstrap-haskell @@ -223,7 +223,8 @@ download_ghcup() { if freebsd-version | grep -E '^12.*' ; then freebsd_ver=12 elif freebsd-version | grep -E '^13.*' ; then - freebsd_ver=13 + # TODO: missing FreeBSD13 version + freebsd_ver=12 else die "Unsupported FreeBSD version! Please report a bug at https://gitlab.haskell.org/haskell/ghcup-hs/-/issues" fi