Update index.py

pull/125/head
midoks 3 years ago
parent 2a3c19cc90
commit 2d614eee42
  1. 2
      plugins/php/index.py

@ -780,7 +780,7 @@ def installPreInspection(version):
if sysName == 'ubuntu':
return 'ubuntu已经安装不了'
if sysName == 'debian' and sys_id > 10:
if sysName == 'debian' and sysId > 10:
return 'debian10可以安装'
if sysName == 'fedora':

Loading…
Cancel
Save