From 2aa39cdb2aedd3d4a7efbcf43f10fa7c829f2ac1 Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 11 Jul 2022 22:36:51 +0800 Subject: [PATCH] Update index.py --- plugins/php/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/index.py b/plugins/php/index.py index 9e6b91b3a..e6532ccef 100755 --- a/plugins/php/index.py +++ b/plugins/php/index.py @@ -757,7 +757,7 @@ def installPreInspection(version): sysId = sys_id[0].strip() if sysName == 'ubuntu': - return '已经安装不了' + return 'ubuntu已经安装不了' if sysName == 'debian' and sys_id > 10: return 'debian10可以安装'