From 4842f7ee6890da5d69c3c51baf10570c44610577 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 24 Jun 2019 18:46:35 +0800 Subject: [PATCH] Add redhat support wrt #105 --- ghcup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghcup b/ghcup index a0a9941..cc9c3f4 100755 --- a/ghcup +++ b/ghcup @@ -1093,7 +1093,7 @@ get_distro_alias() { "Fedora"|"fedora") distro_alias=fedora ;; - "CentOS Linux"|"CentOS"|"centos") + "CentOS Linux"|"CentOS"|"centos"|"Red Hat Enterprise Linux"*) distro_alias=centos ;; "Alpine Linux"|"Alpine")