Update index.py

This commit is contained in:
Mr Chen 2024-07-20 03:06:19 +08:00
parent e4ded8950e
commit 2c996b0a41
1 changed files with 1 additions and 1 deletions

View File

@ -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']: