Skip to content

Commit

Permalink
osdetection: add Koozali #1274
Browse files Browse the repository at this point in the history
  • Loading branch information
mab974 committed Apr 13, 2022
1 parent 6475821 commit f315c0b
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 @@ -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"
Expand Down

0 comments on commit f315c0b

Please sign in to comment.