Update index.py

This commit is contained in:
Mr Chen 2024-07-20 01:16:19 +08:00
parent 87da782cc3
commit a97e8ceee5
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,7 @@ def installPreInspection():
sysName = sys[0].strip().lower()
sysId = sys_id[0].strip().lower()
if not sysName in ['debian','centos','ubuntu']:
if not sysName in ['debian','centos','ubuntu','almalinux']:
return '不支持该系统'
if sysName == 'debian' and not sysId in ['12']: