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>2021-05-11 12:12:23 +0300
committerGitHub <noreply@github.com>2021-05-11 12:12:23 +0300
commitb941d7fccbd174e0b7feb8ad51a45a56f5973de7 (patch)
tree184b924d5158e874c35771dd17315fee96593d6f /include/osdetection
parentac313553fb090879f0f0a2487d0792ffd5e144fa (diff)
Added Manjaro (ARM)
Diffstat (limited to 'include/osdetection')
-rw-r--r--include/osdetection2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osdetection b/include/osdetection
index 6a8caf09..459bc72e 100644
--- a/include/osdetection
+++ b/include/osdetection
@@ -262,7 +262,7 @@
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 '"')
;;
- "manjaro")
+ "manjaro" | "manjaro-arm")
LINUX_VERSION="Manjaro"
OS_FULLNAME="Manjaro Linux"
OS_NAME="Manjaro"