From 2dba6e68165c28adf1cc365d8d11fa4dc8de91e2 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 23 Jul 2024 15:17:37 +0800 Subject: [PATCH] Update index.py --- plugins/mysql-apt/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mysql-apt/index.py b/plugins/mysql-apt/index.py index f7107140c..e93821418 100755 --- a/plugins/mysql-apt/index.py +++ b/plugins/mysql-apt/index.py @@ -3500,7 +3500,7 @@ def installPreInspection(version): return 'debian12,暂时不支持8.0' if version == '9.0': - if sysName == 'debian' and sysId != '12' + if sysName == 'debian' and sysId != '12': return '9.0 仅支持debian12' if (sysName == 'ubuntu' and version == '5.7' and not sysId in ('18.04')):