Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.31 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.31 KB

Repo Build Status Renovate
GitHub release (release name instead of tag name)
Packages Count

My Archlinux repo

This is an unofficial repository for Arch Linux.
Originaly intended to fit my needs and build custom or unavailable packages.

How to use it

  • Trust my public key:
pacman-key --init
curl -sL 'https://keybase.io/apinon/pgp_keys.asc?fingerprint=54231a262e8bf5501c6945d275bcc090ca185c57' | sudo pacman-key -a -
pacman-key --lsign-key 54231a262e8bf5501c6945d275bcc090ca185c57
  • Edit /etc/pacman.conf with:
[archlinux-aur]
Server = https://github.com/zaggash/$repo/releases/download/$arch
SigLevel = Required
  • Then update the DB:
pacman -Syy