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:
authordigitalcheetah <70912302+digitalcheetah@users.noreply.github.com>2021-07-11 07:25:38 +0300
committerGitHub <noreply@github.com>2021-07-11 07:25:38 +0300
commit2816ed55988e4fd2f46e3c057a63b5a35707117b (patch)
treebd3c4da4120d11861c02a0bfc000afbc0bbfab01 /include/osdetection
parent78677597503279d941693b5fd2adcf9e95ae05f7 (diff)
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 7b1e911c..5f0f16ac 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"