Skip to content

Commit

Permalink
docs: CentOS does not carry unzip by default (#3505)
Browse files Browse the repository at this point in the history
Signed-off-by: spacewander <[email protected]>
  • Loading branch information
wettper authored and spacewander committed Feb 3, 2021
1 parent 2b261b9 commit bf94033
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/install-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 -
Expand Down
2 changes: 1 addition & 1 deletion doc/zh-cn/install-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 -
Expand Down

0 comments on commit bf94033

Please sign in to comment.