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:
authorMichael Boelen <michael.boelen@cisofy.com>2020-12-15 16:09:15 +0300
committerGitHub <noreply@github.com>2020-12-15 16:09:15 +0300
commitb9f88181f303a02f6749e6fa0d5a553daf68017d (patch)
treec8af696918725ca8cf00cbba4dc16b2acabb98cb
parent22a9fe703755bd83a9b4363b1ccc06c93e06148c (diff)
parentd5d43c5d1cb566f556c44484147e858e06b9220f (diff)
Merge pull request #1080 from ElviaSchoultz/patch-1
Add EndeavourOS to 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"