File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -166,23 +166,23 @@ Run `apisix help` to get a list of all available operations.
166166
167167### Installation via DEB repository
168168
169- Currently the only DEB repository supported by APISIX is Debian 11 (Bullseye) and supports both amd64 and arm64 architectures.
169+ Currently the only DEB repository supported by APISIX is Debian 12 and supports both amd64 and arm64 architectures.
170170
171171``` shell
172172# amd64
173173wget -O - http://repos.apiseven.com/pubkey.gpg | sudo apt-key add -
174- echo " deb http://repos.apiseven.com/packages/debian bullseye main" | sudo tee /etc/apt/sources.list.d/apisix.list
174+ echo " deb http://repos.apiseven.com/packages/debian debian12 main" | sudo tee /etc/apt/sources.list.d/apisix.list
175175
176176# arm64
177177wget -O - http://repos.apiseven.com/pubkey.gpg | sudo apt-key add -
178- echo " deb http://repos.apiseven.com/packages/arm64/debian bullseye main" | sudo tee /etc/apt/sources.list.d/apisix.list
178+ echo " deb http://repos.apiseven.com/packages/arm64/debian debian12 main" | sudo tee /etc/apt/sources.list.d/apisix.list
179179```
180180
181181Then, to install APISIX, run:
182182
183183``` shell
184184sudo apt update
185- sudo apt install -y apisix=3.8.0-0
185+ sudo apt install -y apisix
186186```
187187
188188### Managing APISIX server
Original file line number Diff line number Diff line change @@ -169,23 +169,23 @@ apisix start
169169
170170### 通过 DEB 仓库安装
171171
172- 目前 APISIX 支持的 DEB 仓库仅支持 Debian 11(Bullseye) ,并且支持 amd64 和 arm64 架构。
172+ 目前 APISIX 支持的 DEB 仓库仅支持 Debian 12 ,并且支持 amd64 和 arm64 架构。
173173
174174``` shell
175175# amd64
176176wget -O - http://repos.apiseven.com/pubkey.gpg | sudo apt-key add -
177- echo " deb http://repos.apiseven.com/packages/debian bullseye main" | sudo tee /etc/apt/sources.list.d/apisix.list
177+ echo " deb http://repos.apiseven.com/packages/debian debian12 main" | sudo tee /etc/apt/sources.list.d/apisix.list
178178
179179# arm64
180180wget -O - http://repos.apiseven.com/pubkey.gpg | sudo apt-key add -
181- echo " deb http://repos.apiseven.com/packages/arm64/debian bullseye main" | sudo tee /etc/apt/sources.list.d/apisix.list
181+ echo " deb http://repos.apiseven.com/packages/arm64/debian debian12 main" | sudo tee /etc/apt/sources.list.d/apisix.list
182182```
183183
184184完成上述操作后使用以下命令安装 APISIX:
185185
186186``` shell
187187sudo apt update
188- sudo apt install -y apisix=3.8.0-0
188+ sudo apt install -y apisix
189189```
190190
191191### 管理 APISIX 服务
You can’t perform that action at this time.
0 commit comments