This commit is contained in:
bcs016 2026-02-09 02:59:40 -08:00 committed by GitHub
commit e53f08199c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"