mirror of https://github.com/CISOfy/lynis.git
Merge pull request #1080 from ElviaSchoultz/patch-1
Add EndeavourOS to osdetection.
This commit is contained in:
commit
b9f88181f3
|
@ -190,6 +190,12 @@
|
|||
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 '"')
|
||||
;;
|
||||
"endeavouros")
|
||||
LINUX_VERSION="EndeavourOS"
|
||||
OS_NAME="EndeavourOS"
|
||||
OS_VERSION="Rolling release"
|
||||
OS_VERSION_FULL="Rolling release"
|
||||
;;
|
||||
"fedora")
|
||||
LINUX_VERSION="Fedora"
|
||||
OS_NAME="Fedora Linux"
|
||||
|
|
Loading…
Reference in New Issue