mirror of https://github.com/CISOfy/lynis.git
Support for Manjaro Linux
This commit is contained in:
parent
7135154420
commit
b66e1402df
|
@ -140,6 +140,11 @@
|
|||
OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
|
||||
OS_NAME="CoreOS Linux"
|
||||
;;
|
||||
"manjaro")
|
||||
LINUX_VERSION="Manjaro Linux"
|
||||
OS_FULLNAME="Manjaro Linux"
|
||||
OS_VERSION="Rolling release"
|
||||
;;
|
||||
"ubuntu")
|
||||
LINUX_VERSION="Ubuntu"
|
||||
OS_FULLNAME=$(grep "^PRETTY_NAME=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
|
||||
|
|
Loading…
Reference in New Issue