Skip to content

Commit 705ab0b

Browse files
fix typo in linux-packages.md for cn version.
1 parent a862c14 commit 705ab0b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

v2/cn/linux-packages.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,11 @@ sudo apt-get -y install --no-install-recommends wget gnupg ca-certificates lsb-r
153153

154154
步骤二:导入我们的 GPG 密钥:
155155

156-
- ubuntu 18 ~ 20 版本
156+
- Ubuntu 18 ~ 20 版本
157157
```bash
158158
wget -O - https://openresty.org/package/pubkey.gpg | sudo apt-key add -
159159
```
160-
- ubuntu 22 及以上版本
160+
- Ubuntu 22 及以上版本
161161
```
162162
wget -O - https://openresty.org/package/pubkey.gpg | sudo gpg --dearmor -o /usr/share/keyrings/openresty.gpg
163163
```
@@ -166,26 +166,26 @@ wget -O - https://openresty.org/package/pubkey.gpg | sudo gpg --dearmor -o /usr/
166166

167167
对于 `x86_64``amd64` 系统,可以使用下面的命令:
168168

169-
- ubuntu 18 ~ 20 版本
169+
- Ubuntu 18 ~ 20 版本
170170
```bash
171171
echo "deb http://openresty.org/package/ubuntu $(lsb_release -sc) main" \
172172
| sudo tee /etc/apt/sources.list.d/openresty.list
173173
```
174174

175-
- ubuntu 22 及以上版本
175+
- Ubuntu 22 及以上版本
176176
```bash
177177
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/openresty.gpg] http://openresty.org/package/ubuntu $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/openresty.list > /dev/null
178178
```
179179

180180
而对于 `arm64``aarch64` 系统,则可以使用下面的命令:
181181

182-
- ubuntu 18 ~ 20 版本
182+
- Ubuntu 18 ~ 20 版本
183183
```bash
184184
echo "deb http://openresty.org/package/arm64/ubuntu $(lsb_release -sc) main" \
185185
| sudo tee /etc/apt/sources.list.d/openresty.list
186186
```
187187

188-
- ubuntu 22 及以上版本
188+
- Ubuntu 22 及以上版本
189189
```bash
190190
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/openresty.gpg] http://openresty.org/package/arm64/ubuntu $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/openresty.list > /dev/null
191191
```

0 commit comments

Comments
 (0)