keyring/README.md

25 lines
679 B
Markdown
Raw Permalink Normal View History

2023-08-17 21:08:43 -06:00
# keyring
[![Maintenance](https://img.shields.io/maintenance/yes/2023.svg)]()
official CondorCore keyring
2023-08-30 17:09:08 -06:00
# How to use it?
First, install the primary key - it can then be used to install our keyring and mirrorlist.
```bash
2023-08-17 21:08:43 -06:00
2023-08-30 18:49:30 -06:00
# pacman-key --recv-key FDD42A59FD43C07B --keyserver keyserver.ubuntu.com
2023-08-30 17:09:08 -06:00
```
```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'
```
2023-08-30 17:35:27 -06:00
Append (adding to the end of the file) to `/etc/pacman.conf`:
```bash
2023-08-30 18:49:30 -06:00
[condorcore]
Include = /etc/pacman.d/condorcore-mirrorlist
2023-08-30 17:35:27 -06:00
```