From e5375228365ea475d357e876c9ce0c1ccb4d9278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Sat, 24 Jan 2026 17:38:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81opencloudos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/system/detector.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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