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-07-20 12:34:17 +0300
committerGitHub <noreply@github.com>2021-07-20 12:34:17 +0300
commit20be0f61e390ba4ddb09055d444e11e938bb6b49 (patch)
tree2477c4e9783909abb146e49015209e726d5885b7 /include/osdetection
parent6d6e1601005e5d3d933a27347862d24685c89f40 (diff)
parent2816ed55988e4fd2f46e3c057a63b5a35707117b (diff)
Merge pull request #1188 from digitalcheetah/artix-linux
Adding Artix Linux to osdetection
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 47dbd216..52f26adf 100644
--- a/include/osdetection
+++ b/include/osdetection
@@ -173,6 +173,11 @@
OS_FULLNAME="Arch Linux 32"
OS_VERSION="Rolling release"
;;
+ artix")
+ LINUX_VERSION="Artix Linux"
+ OS_FULLNAME="Artix Linux"
+ OS_VERSION="Rolling release"
+ ;;
"bunsenlabs")
LINUX_VERSION="BunsenLabs"
OS_NAME="BunsenLabs"