From d519369c6ff2bb84fe1b983a68769e4e678895a7 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 26 Jun 2023 19:22:33 -0400 Subject: [PATCH] Initial Support --- setup/so-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-functions b/setup/so-functions index 39c4144db..53ce44a33 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -951,7 +951,7 @@ detect_os() { is_rocky=true pkgman="dnf" elif grep -q "CentOS Stream release 9" /etc/redhat-release; then - OS=centos + OS=centos OSVER=9 is_centos=true pkgman=dnf