Skip to content

packages

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Feb 13:00
· 77 commits to main since this release
60dfa96

This release will be updated by the CI, so that it can be used as a pacman repo.

Add this to the end of /etc/pacman.conf:

[Redecorating-t2]
Server = https://github.com/Redecorating/archlinux-t2-packages/releases/download/packages

Then add the key that the CI uses to sign the packages (this key is stored in GitHub secrets):

sudo pacman-key --recv-keys DEB7F121BAAA6F4E --keyserver pgp.mit.edu
sudo pacman-key --lsign-key DEB7F121BAAA6F4E

Then you should be able to install and update packages with pacman.