Update README.md

This commit is contained in:
Santiago Lo Coco 2023-10-06 21:06:15 -03:00 committed by GitHub
parent 0a3f2d9a0f
commit 500aad6009
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ Personal Arch Linux package repository.
First, you need to download and locally sign my `PGP` key: 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 --add pgpkey
sudo pacman-key --lsign-key 199980CE93F18E62 sudo pacman-key --lsign-key 199980CE93F18E62
``` ```
@ -22,7 +22,7 @@ Then, you need to add
``` ```
[calrepo] [calrepo]
SigLevel = Required DatabaseOptional SigLevel = Required DatabaseOptional
Server = https://slococo.com.ar/$repo/$arch Server = https://slc.ar/$repo/$arch
``` ```
to the end of `/etc/pacman.conf`. to the end of `/etc/pacman.conf`.