This commit is contained in:
fabwa 2026-02-11 18:46:32 -08:00 committed by GitHub
commit 5d98eda96a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -240,6 +240,12 @@
OS_REDHAT_OR_CLONE=1
OS_VERSION="Rolling release"
;;
"cm1sd")
LINUX_VERSION="Summit Linux"
OS_NAME="Summit Linux"
OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
OS_VERSION_FULL=$(grep "^PRETTY_NAME=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
;;
"cloudlinux")
LINUX_VERSION="CloudLinux"
OS_NAME="CloudLinux"