Update index.py

pull/125/head
midoks 3 years ago
parent e1beed64c5
commit 59b5f6143e
  1. 3
      plugins/php/index.py

@ -782,6 +782,9 @@ def installPreInspection(version):
if sysName == 'debian' and sys_id > 10: if sysName == 'debian' and sys_id > 10:
return 'debian10可以安装' return 'debian10可以安装'
if sysName == 'fedora' and sys_id > 31:
return 'fedora[31]可以安装'
return 'ok' return 'ok'
if __name__ == "__main__": if __name__ == "__main__":

Loading…
Cancel
Save