Arch Linux Package Repository for my private packages
This is a Repository that I use for my custom Arch Linux packages. These packages are not intended for public use and may not be stable. Documentation is minimal and may be outdated. Use at your own risk.
curl -fsSL https://arch.repo.jonasjones.dev/setup.sh | bash
Download the Key:
curl -fsSL "https://arch.repo.jonasjones.dev/jonasjones-key.asc" -o "/tmp/jonasjones-key.asc"
Add the Key to Pacman:
sudo pacman-key --add "/tmp/jonasjones-key.asc"
Locally Sign the Key (trust it):
KEY_ID=$(gpg --show-keys --with-colons "/tmp/jonasjones-key.asc" | awk -F: '/^pub/ {print $5; exit}')
sudo pacman-key --lsign-key "$KEY_ID"
Edit your /etc/pacman.conf and add:
[jonasjones]
SigLevel = Required
Server = https://arch.repo.jonasjones.dev
Then update:
sudo pacman -Sy