From 2816ed55988e4fd2f46e3c057a63b5a35707117b Mon Sep 17 00:00:00 2001 From: digitalcheetah <70912302+digitalcheetah@users.noreply.github.com> Date: Sun, 11 Jul 2021 04:25:38 +0000 Subject: Adding Artix Linux to osdetection --- include/osdetection | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/osdetection') 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" -- cgit v1.2.3