fixes #4393 by adding alma to centos check

This commit is contained in:
Mathias Palmersheim 2021-10-16 22:40:38 -05:00
parent dad6247cb0
commit 890136f05b

View file

@ -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