Skip to content

Commit

Permalink
debian*: use http instead of https in DEB822 examples
Browse files Browse the repository at this point in the history
To match the one-line-style examples, and ca-certificates isn't installed in default Debian container
  • Loading branch information
taoky committed Apr 24, 2024
1 parent 42a93fb commit a8f888b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/debian-security.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Debian Old Old Stable, Old Stable, Stable

```yaml title="/etc/apt/sources.list.d/debian.sources"
Types: deb
URIs: https://mirrors.ustc.edu.cn/debian-security
URIs: http://mirrors.ustc.edu.cn/debian-security
Suites: {{ debian_security }}
Components: {{ debian_components }}
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
Expand Down
4 changes: 2 additions & 2 deletions docs/debian.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ Debian Old Old Stable, Old Stable, Stable, Testing, Unstable (sid)

```yaml title="/etc/apt/sources.list.d/debian.sources"
Types: deb
URIs: https://mirrors.ustc.edu.cn/debian
URIs: http://mirrors.ustc.edu.cn/debian
Suites: {{ release.codename }} {{ release.codename }}-updates
Components: {{ debian_components }}
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
Types: deb
URIs: https://mirrors.ustc.edu.cn/debian-security
URIs: http://mirrors.ustc.edu.cn/debian-security
Suites: {{ debian_security }}
Components: {{ debian_components }}
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
Expand Down

0 comments on commit a8f888b

Please sign in to comment.