mirror of https://github.com/CISOfy/lynis.git
Added KDE Neon
This commit is contained in:
parent
e41e08ad1b
commit
ba4cd63bda
|
@ -325,6 +325,13 @@
|
|||
OS_NAME="Manjaro"
|
||||
OS_VERSION="Rolling release"
|
||||
;;
|
||||
"neon")
|
||||
LINUX_VERSION="KDE Neon"
|
||||
LINUX_VERSION_LIKE="Ubuntu"
|
||||
OS_NAME="KDE Neon"
|
||||
OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
|
||||
OS_VERSION_FULL=$(grep "^VERSION=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
|
||||
;;
|
||||
"nethserver")
|
||||
LINUX_VERSION="NethServer"
|
||||
OS_NAME="NethServer"
|
||||
|
|
Loading…
Reference in New Issue