mirror of
https://github.com/CISOfy/lynis.git
synced 2025-09-24 10:28:13 +02:00
add Void Linux
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
644683a0e4
commit
bc85cbb0ba
@ -279,6 +279,11 @@
|
|||||||
OS_VERSION_FULL=$(grep "^VERSION=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
|
OS_VERSION_FULL=$(grep "^VERSION=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
|
||||||
OS_NAME="Ubuntu"
|
OS_NAME="Ubuntu"
|
||||||
;;
|
;;
|
||||||
|
"void")
|
||||||
|
LINUX_VERSION="Void Linux"
|
||||||
|
OS_VERSION="Rolling release"
|
||||||
|
OS_NAME="Void Linux"
|
||||||
|
;;
|
||||||
"zorin")
|
"zorin")
|
||||||
LINUX_VERSION="Zorin OS"
|
LINUX_VERSION="Zorin OS"
|
||||||
OS_NAME="Zorin OS"
|
OS_NAME="Zorin OS"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user