From 59b5f6143e87b0bbb3d5af8ca3899b11633d35d5 Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 13 Jul 2022 18:25:37 +0800 Subject: [PATCH] Update index.py --- plugins/php/index.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/php/index.py b/plugins/php/index.py index 160f7a625..23012a4d9 100755 --- a/plugins/php/index.py +++ b/plugins/php/index.py @@ -782,6 +782,9 @@ def installPreInspection(version): if sysName == 'debian' and sys_id > 10: return 'debian10可以安装' + + if sysName == 'fedora' and sys_id > 31: + return 'fedora[31]可以安装' return 'ok' if __name__ == "__main__":