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"