mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-27 07:44:14 +02:00
Added KDE Neon
This commit is contained in:
parent
e41e08ad1b
commit
ba4cd63bda
@ -325,6 +325,13 @@
|
|||||||
OS_NAME="Manjaro"
|
OS_NAME="Manjaro"
|
||||||
OS_VERSION="Rolling release"
|
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")
|
"nethserver")
|
||||||
LINUX_VERSION="NethServer"
|
LINUX_VERSION="NethServer"
|
||||||
OS_NAME="NethServer"
|
OS_NAME="NethServer"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user