Merge pull request #1188 from digitalcheetah/artix-linux

Adding Artix Linux to osdetection
This commit is contained in:
Michael Boelen 2021-07-20 11:34:17 +02:00 committed by GitHub
commit 20be0f61e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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"