From 3e943fe374389f3bd789b2c02109090bab7b85b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Mu=C3=B1oz?= Date: Wed, 30 Aug 2023 19:49:30 -0500 Subject: [PATCH] update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d6ba773..5e37596 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ official CondorCore keyring First, install the primary key - it can then be used to install our keyring and mirrorlist. ```bash -# pacman-key --recv-key FDD42A59FD43C07B --keyserver keys.openpgp.org +# pacman-key --recv-key FDD42A59FD43C07B --keyserver keyserver.ubuntu.com ``` ```bash # 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`: ```bash -[chaotic-aur] -Include = /etc/pacman.d/chaotic-mirrorlist +[condorcore] +Include = /etc/pacman.d/condorcore-mirrorlist ```