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>2017-03-12 21:27:04 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2017-03-12 21:27:04 +0300
commitb66e1402dfe82def42433cc5f55b13c5e050e662 (patch)
tree5beba7e7e12b4367bd066f635e61f19fba7ce82e /include/osdetection
parent71351544206f6b4f0597c791dbc2a12253f5224b (diff)
Support for Manjaro Linux
Diffstat (limited to 'include/osdetection')
-rw-r--r--include/osdetection5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/osdetection b/include/osdetection
index 6bc47fcd..8c900a86 100644
--- a/include/osdetection
+++ b/include/osdetection
@@ -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 '"')