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