From 37d469e081d26ecd48ebede0518dc3afaef74e5b Mon Sep 17 00:00:00 2001 From: leslie <59061168+leslie-tsang@users.noreply.github.com> Date: Fri, 17 Dec 2021 16:13:14 +0800 Subject: [PATCH] fix(install-dependencies): the execution of the script should not be interrupted (#5848) --- utils/install-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/install-dependencies.sh b/utils/install-dependencies.sh index 6ffaba51..b2bd4dfc 100755 --- a/utils/install-dependencies.sh +++ b/utils/install-dependencies.sh @@ -44,7 +44,7 @@ function install_dependencies_with_aur() { # Install dependencies on centos and fedora function install_dependencies_with_yum() { - sudo yum install yum-utils + sudo yum install -y yum-utils local common_dep="curl git gcc openresty-openssl111-devel unzip pcre pcre-devel openldap-devel" if [ "${1}" == "centos" ]; then