mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-30 01:04:39 +02:00
Merge pull request #1284 from mab974/koozali
osdetection: add Koozali #1274
This commit is contained in:
commit
e41e08ad1b
@ -295,6 +295,12 @@
|
||||
OS_NAME="Kali Linux"
|
||||
OS_VERSION="Rolling release"
|
||||
;;
|
||||
"koozali")
|
||||
LINUX_VERSION="Koozali"
|
||||
OS_NAME="Koozali SME Server"
|
||||
OS_REDHAT_OR_CLONE=1
|
||||
OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
|
||||
;;
|
||||
"linuxmint")
|
||||
LINUX_VERSION="Linux Mint"
|
||||
LINUX_VERSION_LIKE="Ubuntu"
|
||||
|
Loading…
x
Reference in New Issue
Block a user