diff options
author | Luca Weiss <luca@z3ntu.xyz> | 2019-06-27 16:43:07 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-06-27 19:37:59 -0400 |
commit | 26b5c8324f7dbb42805b021b3f29fbecea76cde4 (patch) | |
tree | 1267381f342b3385f1ef675bfa2f0ddd39cb2dd8 | |
parent | 704cab65043fb03b1a4ae078e1051b360ef80d0e (diff) | |
download | sr.ht-docs-26b5c8324f7dbb42805b021b3f29fbecea76cde4.tar.gz |
Update Arch Linux repository section
Add the config snippet to put into /etc/pacman.conf and add commands on
how to import and sign the signing key (copied from the recent mail to
sr.ht-admins).
-rw-r--r-- | packages.md | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/packages.md b/packages.md index 295fd31..f4917f7 100644 --- a/packages.md +++ b/packages.md @@ -20,4 +20,14 @@ Note: this repository is a work in progress. **Mirror URL**: `https://mirror.sr.ht/archlinux/sr.ht` -**Signing Key**: `1ED4E14494433AE3FD302CAB74B4BCCEA60D0437` +``` +[sr.ht] +Server = https://mirror.sr.ht/archlinux/sr.ht +``` + +**Signing Key**: `C0AAFC1676BD998617C94C42DC59670F1EB0A189` + +``` +$ pacman-key --recv-keys C0AAFC1676BD998617C94C42DC59670F1EB0A189 +$ pacman-key --lsign-key C0AAFC1676BD998617C94C42DC59670F1EB0A189 +``` |