Skip to content

Commit dadce3a

Browse files
authored
docs: update Debian APT repo instructions (#13660)
1 parent 03a7276 commit dadce3a

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/en/latest/installation-guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
173173
wget -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
177177
wget -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

181181
Then, to install APISIX, run:
182182

183183
```shell
184184
sudo apt update
185-
sudo apt install -y apisix=3.8.0-0
185+
sudo apt install -y apisix
186186
```
187187

188188
### Managing APISIX server

docs/zh/latest/installation-guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
176176
wget -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
180180
wget -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
187187
sudo apt update
188-
sudo apt install -y apisix=3.8.0-0
188+
sudo apt install -y apisix
189189
```
190190

191191
### 管理 APISIX 服务

0 commit comments

Comments
 (0)