Initial Support

This commit is contained in:
Mike Reeves
2023-06-26 19:22:33 -04:00
parent 883d9560a0
commit d519369c6f

View File

@@ -951,7 +951,7 @@ detect_os() {
is_rocky=true is_rocky=true
pkgman="dnf" pkgman="dnf"
elif grep -q "CentOS Stream release 9" /etc/redhat-release; then elif grep -q "CentOS Stream release 9" /etc/redhat-release; then
OS=centos OS=centos
OSVER=9 OSVER=9
is_centos=true is_centos=true
pkgman=dnf pkgman=dnf