Update index.py

pull/486/head
midoks 2 years ago
parent 4a09695343
commit af8f9fb1a9
  1. 5
      plugins/mysql-apt/index.py

@ -2738,10 +2738,11 @@ def installPreInspection(version):
return '仅支持debian,ubuntu'
if (sysName == 'debian' and not sysId in('12', '11', '10')):
if sysId == '12' and version == '8.0':
return 'debian12,暂时不支持8.0'
return 'debian支持10,11,12'
if sysName == 'debian' and sysId == '12' and version == '8.0':
return 'debian12,暂时不支持8.0'
if (sysName == 'ubuntu' and version == '5.7' and not sysId in ('18.04')):
return "Ubuntu Apt MySQL[" + version + "] 仅支持18.04"

Loading…
Cancel
Save