Skip to content

Commit

Permalink
Merge pull request #1284 from mab974/koozali
Browse files Browse the repository at this point in the history
osdetection: add Koozali #1274
  • Loading branch information
mboelen committed May 14, 2024
2 parents 481880e + f315c0b commit e41e08a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions include/osdetection
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,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"
Expand Down

0 comments on commit e41e08a

Please sign in to comment.