Update index.py
This commit is contained in:
parent
87da782cc3
commit
a97e8ceee5
|
|
@ -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']:
|
||||
|
|
|
|||
Loading…
Reference in New Issue