From bc85cbb0ba2a200509c0cc4fc56cdc1d27efc50b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?=
 <konstruktoid@users.noreply.github.com>
Date: Tue, 20 Oct 2020 11:49:05 +0200
Subject: [PATCH] add Void Linux
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
---
 include/osdetection | 5 +++++
 1 file changed, 5 insertions(+)

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"