diff options
Diffstat (limited to 'builds.sr.ht/compatibility.md')
-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: |