Skip to content

Commit

Permalink
Try debsources languages from Pygments
Browse files Browse the repository at this point in the history
  • Loading branch information
iBug committed Apr 24, 2024
1 parent 7dfeecb commit ea2ca46
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/deb-multimedia.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Debian Old Stable, Stable, Testing, Unstable(sid)

=== "Debian {{ release.version }}"

```shell
```debsources
# 默认注释了源码仓库,如有需要可自行取消注释
deb http://mirrors.ustc.edu.cn/deb-multimedia/ {{ release.codename }} main non-free
#deb-src http://mirrors.ustc.edu.cn/deb-multimedia/ {{ release.codename }} main non-free
Expand Down
2 changes: 1 addition & 1 deletion docs/debian-security.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Debian Old Old Stable, Old Stable, Stable

=== "`sources.list` 格式"

```shell title="/etc/apt/sources.list"
```debsources title="/etc/apt/sources.list"
deb http://mirrors.ustc.edu.cn/debian-security/ {{ debian_security }} {{ debian_components }}
# deb-src http://mirrors.ustc.edu.cn/debian-security/ {{ debian_security }} {{ debian_components }}
```
Expand Down
2 changes: 1 addition & 1 deletion docs/debian.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Debian Old Old Stable, Old Stable, Stable, Testing, Unstable (sid)

=== "`sources.list` 格式"

```shell title="/etc/apt/sources.list"
```debsources title="/etc/apt/sources.list"
# 默认注释了源码仓库,如有需要可自行取消注释
deb http://mirrors.ustc.edu.cn/debian {{ release.codename }} {{ debian_components }}
# deb-src http://mirrors.ustc.edu.cn/debian {{ release.codename }} {{ debian_components }}
Expand Down
2 changes: 1 addition & 1 deletion docs/ubuntu-ports.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ arm64, armhf, PowerPC, ppc64el, s390x

=== "`sources.list` 格式"

```shell title="/etc/apt/sources.list"
```debsources title="/etc/apt/sources.list"
# 默认注释了源码仓库,如有需要可自行取消注释
deb https://mirrors.ustc.edu.cn/ubuntu-ports/ {{ release.codename }} main restricted universe multiverse
# deb-src https://mirrors.ustc.edu.cn/ubuntu-ports/ {{ release.codename }} main restricted universe multiverse
Expand Down
2 changes: 1 addition & 1 deletion docs/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Ubuntu 软件源

=== "`sources.list` 格式"

```shell title="/etc/apt/sources.list"
```debsources title="/etc/apt/sources.list"
# 默认注释了源码仓库,如有需要可自行取消注释
deb https://mirrors.ustc.edu.cn/ubuntu/ {{ release.codename }} main restricted universe multiverse
# deb-src https://mirrors.ustc.edu.cn/ubuntu/ {{ release.codename }} main restricted universe multiverse
Expand Down

0 comments on commit ea2ca46

Please sign in to comment.