This commit is contained in:
Kevin Muñoz 2023-08-30 19:49:30 -05:00
parent 4aaf6f053f
commit 3e943fe374
No known key found for this signature in database
GPG Key ID: 3CA0B9DF1BE7CE09

View File

@ -8,7 +8,7 @@ official CondorCore keyring
First, install the primary key - it can then be used to install our keyring and mirrorlist. First, install the primary key - it can then be used to install our keyring and mirrorlist.
```bash ```bash
# pacman-key --recv-key FDD42A59FD43C07B --keyserver keys.openpgp.org # pacman-key --recv-key FDD42A59FD43C07B --keyserver keyserver.ubuntu.com
``` ```
```bash ```bash
# pacman-key --lsign-key FDD42A59FD43C07B # pacman-key --lsign-key FDD42A59FD43C07B
@ -19,6 +19,6 @@ First, install the primary key - it can then be used to install our keyring and
Append (adding to the end of the file) to `/etc/pacman.conf`: Append (adding to the end of the file) to `/etc/pacman.conf`:
```bash ```bash
[chaotic-aur] [condorcore]
Include = /etc/pacman.d/chaotic-mirrorlist Include = /etc/pacman.d/condorcore-mirrorlist
``` ```