Update index.py

This commit is contained in:
midoks 2022-07-11 22:36:51 +08:00
parent bbc29cd40d
commit 2aa39cdb2a
1 changed files with 1 additions and 1 deletions

View File

@ -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可以安装'