Skip to content

Commit

Permalink
feat: switch apisix-base to apisix-runtime install-dependencies.sh (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Sn0rt authored Nov 2, 2023
1 parent 4558047 commit 27629a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 27629a5

Please sign in to comment.