fix(install-dependencies): the execution of the script should not be interrupted (#5848)

This commit is contained in:
leslie 2021-12-17 16:13:14 +08:00 committed by GitHub
parent 07630c7301
commit 37d469e081
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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