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 488ace42e docs: update how to install apisix on debian (#9693)
488ace42e is described below

commit 488ace42e978a03a803bfd43d19fbe15d8f435a0
Author: Liu Wei <[email protected]>
AuthorDate: Mon Jun 19 12:49:43 2023 +0800

    docs: update how to install apisix on debian (#9693)
---
 docs/en/latest/installation-guide.md | 2 ++
 docs/zh/latest/installation-guide.md | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/docs/en/latest/installation-guide.md 
b/docs/en/latest/installation-guide.md
index 8803a9b8a..9f3a70169 100644
--- a/docs/en/latest/installation-guide.md
+++ b/docs/en/latest/installation-guide.md
@@ -137,11 +137,13 @@ Currently the only DEB repository supported by APISIX is 
Debian 11 (Bullseye) an
 ```shell
 # amd64
 sudo echo "deb http://openresty.org/package/debian bullseye openresty" | tee 
/etc/apt/sources.list.d/openresty.list
+wget -O - https://openresty.org/package/pubkey.gpg | apt-key add -
 wget -O - http://repos.apiseven.com/pubkey.gpg | apt-key add -
 echo "deb http://repos.apiseven.com/packages/debian bullseye main" | tee 
/etc/apt/sources.list.d/apisix.list
 
 # arm64
 sudo echo "deb http://openresty.org/package/debian bullseye openresty" | tee 
/etc/apt/sources.list.d/openresty.list
+wget -O - https://openresty.org/package/pubkey.gpg | apt-key add -
 wget -O - http://repos.apiseven.com/pubkey.gpg | apt-key add -
 echo "deb http://repos.apiseven.com/packages/arm64/debian bullseye main" | tee 
/etc/apt/sources.list.d/apisix.list
 ```
diff --git a/docs/zh/latest/installation-guide.md 
b/docs/zh/latest/installation-guide.md
index 100826768..fb407d24d 100644
--- a/docs/zh/latest/installation-guide.md
+++ b/docs/zh/latest/installation-guide.md
@@ -140,11 +140,13 @@ sudo yum install apisix-2.13.1
 ```shell
 # amd64
 sudo echo "deb http://openresty.org/package/debian bullseye openresty" | tee 
/etc/apt/sources.list.d/openresty.list
+wget -O - https://openresty.org/package/pubkey.gpg | apt-key add -
 wget -O - http://repos.apiseven.com/pubkey.gpg | apt-key add -
 echo "deb http://repos.apiseven.com/packages/debian bullseye main" | tee 
/etc/apt/sources.list.d/apisix.list
 
 # arm64
 sudo echo "deb http://openresty.org/package/debian bullseye openresty" | tee 
/etc/apt/sources.list.d/openresty.list
+wget -O - https://openresty.org/package/pubkey.gpg | apt-key add -
 wget -O - http://repos.apiseven.com/pubkey.gpg | apt-key add -
 echo "deb http://repos.apiseven.com/packages/arm64/debian bullseye main" | tee 
/etc/apt/sources.list.d/apisix.list
 ```

Reply via email to