diff --git a/plugins/mysql-apt/index.py b/plugins/mysql-apt/index.py index 405de8a58..c78e4a3ed 100755 --- a/plugins/mysql-apt/index.py +++ b/plugins/mysql-apt/index.py @@ -2331,7 +2331,7 @@ def installPreInspection(version): if sysName == 'debian' and not sysId in('11', '10'): return 'debian支持10,11' - if sysName == 'ubuntu' and version == '5.7' and not sysId in ('18.04', '22.04'): + if sysName == 'ubuntu' and version == '5.7' and not sysId in ('18.04'): return 'ubuntu支持18.04' if sysName == 'ubuntu' and version == '8.0' and not sysId in ('18.04', '20.04', '22.04'):