Update index.py
This commit is contained in:
parent
bbc29cd40d
commit
2aa39cdb2a
|
|
@ -757,7 +757,7 @@ def installPreInspection(version):
|
|||
sysId = sys_id[0].strip()
|
||||
|
||||
if sysName == 'ubuntu':
|
||||
return '已经安装不了'
|
||||
return 'ubuntu已经安装不了'
|
||||
|
||||
if sysName == 'debian' and sys_id > 10:
|
||||
return 'debian10可以安装'
|
||||
|
|
|
|||
Loading…
Reference in New Issue