mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
add Void Linux
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
644683a0e4
commit
bc85cbb0ba
1 changed files with 5 additions and 0 deletions
|
|
@ -279,6 +279,11 @@
|
|||
OS_VERSION_FULL=$(grep "^VERSION=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
|
||||
OS_NAME="Ubuntu"
|
||||
;;
|
||||
"void")
|
||||
LINUX_VERSION="Void Linux"
|
||||
OS_VERSION="Rolling release"
|
||||
OS_NAME="Void Linux"
|
||||
;;
|
||||
"zorin")
|
||||
LINUX_VERSION="Zorin OS"
|
||||
OS_NAME="Zorin OS"
|
||||
|
|
|
|||
Loading…
Reference in a new issue