Update index.py
This commit is contained in:
parent
050bd158c1
commit
f55367ab5e
|
|
@ -2752,7 +2752,7 @@ def installPreInspection(version):
|
|||
return '仅支持debian,ubuntu'
|
||||
|
||||
if (sysName == 'debian' and not sysId in('12', '11', '10')):
|
||||
return 'debian支持10,11'
|
||||
return 'debian支持10,11,12'
|
||||
|
||||
if (sysName == 'ubuntu' and version == '5.7' and not sysId in ('18.04')):
|
||||
return "Ubuntu Apt MySQL[" + version + "] 仅支持18.04"
|
||||
|
|
|
|||
Loading…
Reference in New Issue