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"