Drop support for FreeBSD

This commit is contained in:
2020-07-21 15:45:47 +02:00
parent e1cf11f9d4
commit 49333f45ec
18 changed files with 8 additions and 418 deletions

View File

@@ -52,18 +52,6 @@ download_ghcup() {
;;
esac
;;
"FreeBSD"|"freebsd")
case "${_arch}" in
x86_64|amd64)
;;
i*86)
die "i386 currently not supported!"
;;
*) die "Unknown architecture: ${_arch}"
;;
esac
_url=${_base_url}/${_ghver}/x86_64-portbld-freebsd-ghcup-${_ghver}
;;
"Darwin"|"darwin")
case "${_arch}" in
x86_64|amd64)