Update index.py

pull/256/head
midoks 3 years ago
parent 4ca234b41f
commit b2d78d53d1
  1. 2
      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'):

Loading…
Cancel
Save