mirror of https://github.com/CISOfy/lynis.git
Support Arch Linux ARM detection
This commit is contained in:
parent
8d9cdb22f4
commit
74fdee1e33
|
@ -169,6 +169,11 @@
|
|||
OS_FULLNAME="Arch Linux"
|
||||
OS_VERSION="Rolling release"
|
||||
;;
|
||||
"archarm")
|
||||
LINUX_VERSION="Arch Linux ARM"
|
||||
OS_FULLNAME="Arch Linux ARM"
|
||||
OS_VERSION="Rolling release"
|
||||
;;
|
||||
"arch32")
|
||||
LINUX_VERSION="Arch Linux 32"
|
||||
OS_FULLNAME="Arch Linux 32"
|
||||
|
|
Loading…
Reference in New Issue