diff --git a/include/osdetection b/include/osdetection index 9386c8f7..14ae3feb 100644 --- a/include/osdetection +++ b/include/osdetection @@ -482,6 +482,12 @@ OS_VERSION_FULL=$(grep "^VERSION=" /etc/os-release | awk -F= '{print $2}' | tr -d '"') OS_NAME="PureOS" ;; + "qts") + LINUX_VERSION="QNAP" + OS_NAME="QTS" + OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"') + OS_VERSION_FULL=$(grep "^VERSION=" /etc/os-release | awk -F= '{print $2}' | tr -d '"') + ;; "raspbian") LINUX_VERSION="Raspbian" LINUX_VERSION_LIKE="Debian"