Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sjögren <konstruktoid@users.noreply.github.com>2020-10-20 12:49:05 +0300
committerThomas Sjögren <konstruktoid@users.noreply.github.com>2020-10-20 12:49:05 +0300
commitbc85cbb0ba2a200509c0cc4fc56cdc1d27efc50b (patch)
tree25f39a3bf8e51e701ce3c5b92fe2ea170d6f8574 /include/osdetection
parent644683a0e4efabef007a3f3e6fe36d9eb2e7d3c3 (diff)
add Void Linux
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
Diffstat (limited to 'include/osdetection')
-rw-r--r--include/osdetection5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/osdetection b/include/osdetection
index 5aa5878b..49dba032 100644
--- a/include/osdetection
+++ b/include/osdetection
@@ -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"