From 4bb36b5e197c3bdc6315a8fae924b7e2aa0cd384 Mon Sep 17 00:00:00 2001 From: wulabing Date: Sun, 24 Nov 2019 01:17:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=9D=E8=B5=96=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 2ad07fd..3fcf647 100644 --- a/install.sh +++ b/install.sh @@ -155,7 +155,7 @@ dependency_install(){ if [[ "${ID}" == "centos" ]];then ${INS} -y install pcre pcre-devel zlib-devel else - ${INS} -y install libpcre3 libpcre3-dev zlib1g-dev + ${INS} -y install libpcre3 libpcre3-dev zlib1g-dev dbus fi