From 890136f05b973d73a74e51a182f58bfbb64cc84b Mon Sep 17 00:00:00 2001 From: Mathias Palmersheim Date: Sat, 16 Oct 2021 22:40:38 -0500 Subject: [PATCH] fixes #4393 by adding alma to centos check --- automated install/basic-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index e4c168ea..d129a547 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -395,7 +395,7 @@ if grep -qiE 'fedora|fedberry' /etc/redhat-release; then # all required packages should be available by default with the latest fedora release : # continue # or if host OS is CentOS, -elif grep -qiE 'centos|scientific' /etc/redhat-release; then +elif grep -qiE 'centos|scientific|alma' /etc/redhat-release; then # Pi-Hole currently supports CentOS 7+ with PHP7+ SUPPORTED_CENTOS_VERSION=7 SUPPORTED_CENTOS_PHP_VERSION=7