mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Initial Support
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user