mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 10:12:53 +01:00
fix other OS installs
This commit is contained in:
@@ -981,6 +981,7 @@ detect_os() {
|
|||||||
UBVER=20.04
|
UBVER=20.04
|
||||||
OS=ubuntu
|
OS=ubuntu
|
||||||
is_ubuntu=true
|
is_ubuntu=true
|
||||||
|
is_deb=true
|
||||||
not_supported=true
|
not_supported=true
|
||||||
unset is_supported
|
unset is_supported
|
||||||
elif grep -q "UBUNTU_CODENAME=jammy" /etc/os-release; then
|
elif grep -q "UBUNTU_CODENAME=jammy" /etc/os-release; then
|
||||||
|
|||||||
Reference in New Issue
Block a user