From 500aad60090cfb78f0a6c1976679e0fdeaabc170 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Fri, 6 Oct 2023 21:06:15 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69e057c..7687c9d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Personal Arch Linux package repository. First, you need to download and locally sign my `PGP` key: ``` -curl -LO slococo.com.ar/pgpkey +curl -LO slc.ar/pgpkey sudo pacman-key --add pgpkey sudo pacman-key --lsign-key 199980CE93F18E62 ``` @@ -22,7 +22,7 @@ Then, you need to add ``` [calrepo] SigLevel = Required DatabaseOptional -Server = https://slococo.com.ar/$repo/$arch +Server = https://slc.ar/$repo/$arch ``` to the end of `/etc/pacman.conf`.