mirror of https://github.com/CISOfy/lynis.git
Merge pull request #1188 from digitalcheetah/artix-linux
Adding Artix Linux to osdetection
This commit is contained in:
commit
20be0f61e3
|
@ -173,6 +173,11 @@
|
||||||
OS_FULLNAME="Arch Linux 32"
|
OS_FULLNAME="Arch Linux 32"
|
||||||
OS_VERSION="Rolling release"
|
OS_VERSION="Rolling release"
|
||||||
;;
|
;;
|
||||||
|
artix")
|
||||||
|
LINUX_VERSION="Artix Linux"
|
||||||
|
OS_FULLNAME="Artix Linux"
|
||||||
|
OS_VERSION="Rolling release"
|
||||||
|
;;
|
||||||
"bunsenlabs")
|
"bunsenlabs")
|
||||||
LINUX_VERSION="BunsenLabs"
|
LINUX_VERSION="BunsenLabs"
|
||||||
OS_NAME="BunsenLabs"
|
OS_NAME="BunsenLabs"
|
||||||
|
|
Loading…
Reference in New Issue