This is an automated email from the ASF dual-hosted git repository.

monkeydluffy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 27629a559 feat: switch apisix-base to apisix-runtime 
install-dependencies.sh (#10427)
27629a559 is described below

commit 27629a5593204dfcd180fcf1c6499f6ee9370bcf
Author: Sn0rt <[email protected]>
AuthorDate: Thu Nov 2 09:10:27 2023 +0800

    feat: switch apisix-base to apisix-runtime install-dependencies.sh (#10427)
---
 utils/install-dependencies.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/utils/install-dependencies.sh b/utils/install-dependencies.sh
index 85cfa7483..530f19a54 100755
--- a/utils/install-dependencies.sh
+++ b/utils/install-dependencies.sh
@@ -52,9 +52,9 @@ function install_dependencies_with_yum() {
         local apisix_pkg=apache-apisix-repo-1.0-1.noarch
         rpm -q --quiet ${apisix_pkg} || sudo yum install -y 
https://repos.apiseven.com/packages/centos/${apisix_pkg}.rpm
 
-        # install apisix-base and some compilation tools
+        # install apisix-runtime and some compilation tools
         # shellcheck disable=SC2086
-        sudo yum install -y apisix-base $common_dep
+        sudo yum install -y apisix-runtime $common_dep
     else
         # add OpenResty source
         sudo yum-config-manager --add-repo 
"https://openresty.org/package/${1}/openresty.repo";

Reply via email to