Adding Artix Linux to osdetection

This commit is contained in:
digitalcheetah 2021-07-11 04:25:38 +00:00 committed by GitHub
parent 7867759750
commit 2816ed5598
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"