Skip to content

Commit

Permalink
Add DEB822 docs link, formatting updates
Browse files Browse the repository at this point in the history
  • Loading branch information
iBug authored and taoky committed Apr 24, 2024
1 parent a0ca62b commit 3b08753
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/debian-security.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ Debian Old Old Stable, Old Stable, Stable
Components: {{ debian_components }}
```

如果需要使用源码仓库,可以在 `Types` 中添加 `deb-src`
如果需要使用源码仓库,可以在 Types 中添加 `deb-src`

如果需要使用 backports 软件源,可以在 `Suites` 中添加 `{{ release.codename }}-backports`
如果需要使用 backports 软件源,可以在 Suites 中添加 `{{ release.codename }}-backports`

{% endfor %}

Expand Down
4 changes: 2 additions & 2 deletions docs/debian.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ Debian Old Old Stable, Old Stable, Stable, Testing, Unstable (sid)

!!! warning "以上 DEB822 格式的参考配置包含了对 debian-security 源的修改"

如果需要使用源码仓库,可以在 `Types` 中添加 `deb-src`
如果需要使用源码仓库,可以在 Types 中添加 `deb-src`

如果需要使用 backports 软件源,可以在 `Suites` 中添加 `{{ release.codename }}-backports`
如果需要使用 backports 软件源,可以在 Suites 中添加 `{{ release.codename }}-backports`

{% endfor %}

Expand Down
7 changes: 3 additions & 4 deletions docs/ubuntu-ports.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,16 @@ arm64, armhf, PowerPC, ppc64el, s390x
Components: main universe restricted multiverse
```

如果需要使用源码仓库,可以在 `Types` 中添加 `deb-src`
如果需要使用源码仓库,可以在 Types 中添加 `deb-src`

如果需要使用预发布软件源,可以在 `Suites` 中添加 `{{ release.codename }}-proposed`
如果需要使用预发布软件源,可以在 Suites 中添加 `{{ release.codename }}-proposed`
{% endfor %}

更改后请运行 `sudo apt-get update` 更新索引以生效。

!!! tip

使用 HTTPS 可以有效避免国内运营商的缓存劫持,但需要事先安装
`apt-transport-https`
使用 HTTPS 可以有效避免国内运营商的缓存劫持,但需要事先安装 `apt-transport-https`

### 镜像下载

Expand Down
4 changes: 2 additions & 2 deletions docs/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ Ubuntu 软件源
Components: main restricted universe multiverse
```

如果需要使用源码仓库,可以在 `Types` 中添加 `deb-src`
如果需要使用源码仓库,可以在 Types 中添加 `deb-src`

如果需要使用预发布软件源,可以在 `Suites` 中添加 `{{ release.codename }}-proposed`
如果需要使用预发布软件源,可以在 Suites 中添加 `{{ release.codename }}-proposed`
{% endfor %}

更改文件后请运行 `sudo apt-get update` 更新索引以生效。
Expand Down
2 changes: 2 additions & 0 deletions includes/deb822.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@
```

在切换软件源时,**需要根据实际情况选择对应的格式进行修改**。

关于 DEB822 格式的设计考虑,可以参考[官方文档](https://repolib.readthedocs.io/en/latest/deb822-format.html)(英文)。

0 comments on commit 3b08753

Please sign in to comment.