Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElviaSchoultz <73860605+ElviaSchoultz@users.noreply.github.com>2020-11-24 00:45:58 +0300
committerGitHub <noreply@github.com>2020-11-24 00:45:58 +0300
commitd5d43c5d1cb566f556c44484147e858e06b9220f (patch)
treec8af696918725ca8cf00cbba4dc16b2acabb98cb /include/osdetection
parent22a9fe703755bd83a9b4363b1ccc06c93e06148c (diff)
Add EndeavourOS to osdetection.
Fixes problem #1077
Diffstat (limited to 'include/osdetection')
-rw-r--r--include/osdetection6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/osdetection b/include/osdetection
index 4b5c68e1..36dc47a3 100644
--- a/include/osdetection
+++ b/include/osdetection
@@ -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"