We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27568b9 commit 6123905Copy full SHA for 6123905
alpine/pmos.zh.md
postmarketOS/postmarketOS.zh.md
@@ -3,12 +3,12 @@
3
通过 `pmbootstrap config` 更新镜像配置。
4
5
<tmpl z-lang="bash">
6
-pmbootstrap config mirrors.alpine {{endpoint}}/alpine/
7
-pmbootstrap config mirrors.pmaports {{endpoint}}/postmarketOS/
8
-pmbootstrap config mirrors.systemd {{endpoint}}/postmarketOS/extra-repos/systemd/
+pmbootstrap config mirrors.alpine {{scheme}}://{{host}}/alpine/
+pmbootstrap config mirrors.pmaports {{endpoint}}/
+pmbootstrap config mirrors.systemd {{endpoint}}/extra-repos/systemd/
9
</tmpl>
10
11
-其中 `mirror-alpine` 部分需要前往 [Alpine 帮助](../alpine/)构造。
+其中 `mirrors.alpine` 部分也可前往 [Alpine 帮助](../alpine/) 选择其他的镜像站。
12
13
### 移除镜像配置
14
0 commit comments