Update index.py
This commit is contained in:
parent
e4ded8950e
commit
2c996b0a41
|
|
@ -464,7 +464,7 @@ def installPreInspection():
|
|||
sysName = sys[0].strip().lower()
|
||||
sysId = sys_id[0].strip().lower()
|
||||
|
||||
if not sysName in ['debian','centos','ubuntu','almalinux']:
|
||||
if not sysName in ['debian','centos','ubuntu','almalinux','rocky']:
|
||||
return '不支持该系统'
|
||||
|
||||
if sysName == 'debian' and not sysId in ['12']:
|
||||
|
|
|
|||
Loading…
Reference in New Issue