diff --git a/internal/system/detector.go b/internal/system/detector.go index 1af1152..41230a0 100644 --- a/internal/system/detector.go +++ b/internal/system/detector.go @@ -91,7 +91,7 @@ func (d *detector) detectOS() types.OSType { return types.OSDebian case "ubuntu": return types.OSUbuntu - case "rhel", "centos", "rocky", "almalinux", "fedora", "tencentos": + case "rhel", "centos", "rocky", "almalinux", "fedora", "tencentos", "opencloudos": return types.OSRHEL default: // 检查ID_LIKE