From c9f658f15bebfb875d98a5e401a8e768b1ff3b00 Mon Sep 17 00:00:00 2001 From: Teddysun Date: Thu, 11 Jan 2018 23:27:33 +0900 Subject: [PATCH] Fixed issue #51 Signed-off-by: Teddysun --- shadowsocks-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shadowsocks-all.sh b/shadowsocks-all.sh index dcd5a84..93bd9fa 100644 --- a/shadowsocks-all.sh +++ b/shadowsocks-all.sh @@ -534,7 +534,7 @@ install_dependencies() { libev-devel c-ares-devel git qrencode ) for depend in ${yum_depends[@]}; do - error_detect_depends "yum -y -q install ${depend}" + error_detect_depends "yum -y install ${depend}" done elif check_sys packageManager apt; then apt_depends=(