diff options
author | Drew DeVault <sir@cmpwn.com> | 2021-10-29 09:52:25 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2021-10-29 09:52:25 +0200 |
commit | 7c0e1279fdae2e417c47059f47c3ce0a0e650e0c (patch) | |
tree | 6d8e5fc53ad4cdd40fb9a6ddea4310df067c82a6 | |
parent | ac19223120f57fbbd88ec8c784250b0343a6405d (diff) | |
download | sr.ht-docs-7c0e1279fdae2e417c47059f47c3ce0a0e650e0c.tar.gz |
builds.sr.ht/compatibility.md: drop apt-key reference
-rw-r--r-- | builds.sr.ht/compatibility.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md index 0082d29..5aed028 100644 --- a/builds.sr.ht/compatibility.md +++ b/builds.sr.ht/compatibility.md @@ -410,7 +410,7 @@ The packages array is installed with `apt-get install`. To add custom repositories, specify `url distro component key-id` (separated by spaces), where `url` is the URL of the package repository, `distro` is e.g. `jessie` or `stretch`, `component` is e.g. `main` or `non-free`, and `key-id` is -an optional PGP key ID to add to `apt-key`. Example: +an optional PGP key ID to add to the system keyring. Example: ```yaml repositories: @@ -1135,7 +1135,7 @@ The packages array is installed with `apt-get install`. To add custom repositories, specify `url distro component key-id` (separated by spaces), where `url` is the URL of the package repository, `distro` is e.g. `bionic` or `cosmic`, `component` is e.g. `main` or `non-free`, and `key-id` is -an optional PGP key ID to add to `apt-key`. Example: +an optional PGP key ID to add to the system keyring. Example: ```yaml repositories: |