Update index.py

pull/121/head
midoks 3 years ago
parent 2ab92c65c0
commit 6eb31d0b30
  1. 4
      plugins/php-apt/index.py

@ -643,8 +643,8 @@ def installPreInspection(version):
sysName = sys[0].strip().lower() sysName = sys[0].strip().lower()
sysId = sys_id[0].strip() sysId = sys_id[0].strip()
if not sysName in ('centos'): if not sysName in ('debian', 'ubuntu'):
return '暂时仅支持centos' return '暂时支持debian,ubuntu'
return 'ok' return 'ok'
if __name__ == "__main__": if __name__ == "__main__":

Loading…
Cancel
Save