@ -848,7 +848,7 @@ def installPreInspection(version):
sysName = sys[0].strip().lower()
sysId = sys_id[0].strip()
if not sysName in ['centos','almalinux']:
if not sysName in ['centos','almalinux','fedora']:
return '暂时仅支持centos,almalinux'
return 'ok'