keyring/README.md
2023-08-30 19:49:30 -05:00

25 lines
679 B
Markdown

# keyring
[![Maintenance](https://img.shields.io/maintenance/yes/2023.svg)]()
official CondorCore keyring
# How to use it?
First, install the primary key - it can then be used to install our keyring and mirrorlist.
```bash
# pacman-key --recv-key FDD42A59FD43C07B --keyserver keyserver.ubuntu.com
```
```bash
# pacman-key --lsign-key FDD42A59FD43C07B
```
```bash
# pacman -U 'https://aur.draggane.com/x86_64/condorcore-keyring-20230830-1-any.pkg.tar.zst' 'https://aur.draggane.com/x86_64/condorcore-mirrorlist-23.8-1-x86_64.pkg.tar.zst'
```
Append (adding to the end of the file) to `/etc/pacman.conf`:
```bash
[condorcore]
Include = /etc/pacman.d/condorcore-mirrorlist
```