mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-28 16:24:13 +02:00
commit
8f6a373f6b
@ -314,6 +314,11 @@
|
|||||||
OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
|
OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
|
||||||
OS_NAME="openSUSE"
|
OS_NAME="openSUSE"
|
||||||
;;
|
;;
|
||||||
|
"opensuse-microos")
|
||||||
|
LINUX_VERSION="openSUSE MicroOS"
|
||||||
|
OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
|
||||||
|
OS_NAME="openSUSE"
|
||||||
|
;;
|
||||||
"parrot")
|
"parrot")
|
||||||
LINUX_VERSION="Parrot"
|
LINUX_VERSION="Parrot"
|
||||||
OS_NAME="Parrot GNU/Linux"
|
OS_NAME="Parrot GNU/Linux"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user