Skip to content

Commit 6123905

Browse files
committed
postmarketos: fix endpoint
- Use {{scheme}}://{{host}} instead of {{endpoint}} for alpine - Remove pmos in alpine (unnecessary in mirrorz-docs)
1 parent 27568b9 commit 6123905

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

alpine/pmos.zh.md

-9
This file was deleted.

postmarketOS/postmarketOS.zh.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
通过 `pmbootstrap config` 更新镜像配置。
44

55
<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/
6+
pmbootstrap config mirrors.alpine {{scheme}}://{{host}}/alpine/
7+
pmbootstrap config mirrors.pmaports {{endpoint}}/
8+
pmbootstrap config mirrors.systemd {{endpoint}}/extra-repos/systemd/
99
</tmpl>
1010

11-
其中 `mirror-alpine` 部分需要前往 [Alpine 帮助](../alpine/)构造
11+
其中 `mirrors.alpine` 部分也可前往 [Alpine 帮助](../alpine/) 选择其他的镜像站
1212

1313
### 移除镜像配置
1414

0 commit comments

Comments
 (0)