You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by to...@apache.org on 2021/02/03 12:19:26 UTC

[apisix] branch master updated: docs: CentOS does not carry unzip by default (#3505)

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

tokers 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 6e02e1a  docs: CentOS does not carry unzip by default (#3505)
6e02e1a is described below

commit 6e02e1ace64a0f2aaf3257504e0179f4d948e68b
Author: wettper <we...@web-lovers.com>
AuthorDate: Wed Feb 3 20:19:14 2021 +0800

    docs: CentOS does not carry unzip by default (#3505)
---
 doc/install-dependencies.md       | 2 +-
 doc/zh-cn/install-dependencies.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/install-dependencies.md b/doc/install-dependencies.md
index 145607b..bd1f612 100644
--- a/doc/install-dependencies.md
+++ b/doc/install-dependencies.md
@@ -53,7 +53,7 @@ sudo yum install yum-utils
 sudo yum-config-manager --add-repo https://openresty.org/package/centos/openresty.repo
 
 # install OpenResty and some compilation tools
-sudo yum install -y openresty curl git gcc openresty-openssl-devel
+sudo yum install -y openresty curl git gcc openresty-openssl-devel unzip
 
 # install LuaRocks
 curl https://raw.githubusercontent.com/apache/apisix/master/utils/linux-install-luarocks.sh -sL | sudo bash -
diff --git a/doc/zh-cn/install-dependencies.md b/doc/zh-cn/install-dependencies.md
index 2e54d49..57fc1fd 100644
--- a/doc/zh-cn/install-dependencies.md
+++ b/doc/zh-cn/install-dependencies.md
@@ -52,7 +52,7 @@ sudo yum install yum-utils
 sudo yum-config-manager --add-repo https://openresty.org/package/centos/openresty.repo
 
 # 安装 OpenResty 和 编译工具
-sudo yum install -y openresty curl git gcc openresty-openssl-devel
+sudo yum install -y openresty curl git gcc openresty-openssl-devel unzip
 
 # 安装 LuaRocks
 curl https://raw.githubusercontent.com/apache/apisix/master/utils/linux-install-luarocks.sh -sL | sudo bash -