mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-27 15:54:09 +02:00
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…
x
Reference in New Issue
Block a user