Fixed issue #51

Signed-off-by: Teddysun <i@teddysun.com>
This commit is contained in:
Teddysun 2018-01-11 23:27:33 +09:00
parent 0c1c0f65bc
commit c9f658f15b
No known key found for this signature in database
GPG Key ID: 09BD4C080AD6C46D

View File

@ -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=(