From f315c0b3257a301fe17b3a8904190df36d853940 Mon Sep 17 00:00:00 2001 From: mab974 <12948653+mab974@users.noreply.github.com> Date: Wed, 13 Apr 2022 13:42:21 +0400 Subject: [PATCH] osdetection: add Koozali #1274 --- include/osdetection | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/osdetection b/include/osdetection index d9b8a41c1..ecd348656 100644 --- a/include/osdetection +++ b/include/osdetection @@ -271,6 +271,12 @@ OS_NAME="Kali Linux" OS_VERSION="Rolling release" ;; + "koozali") + LINUX_VERSION="Koozali" + OS_NAME="Koozali SME Server" + OS_REDHAT_OR_CLONE=1 + OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"') + ;; "linuxmint") LINUX_VERSION="Linux Mint" LINUX_VERSION_LIKE="Ubuntu"