Update index.py

pull/620/head
Mr Chen 10 months ago
parent b26717eab3
commit 68e9ffffe3
  1. 4
      plugins/mysql-apt/index.py

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

Loading…
Cancel
Save