Collection of Arch Linux packages primarily built for Apollo.
In order to install packages from this repository via pacman, you need to import the signing key:
pacman-key --init
pacman-key --recv-key F74289FDFA6BBD5C2995DDAD8048C7731FE274FA --keyserver keyserver.ubuntu.com
pacman-key --lsign-key F74289FDFA6BBD5C2995DDAD8048C7731FE274FAAnd add the following to /etc/pacman.conf:
[bootc]SigLevel = Required
Server = https://github.com/apollo-linux/packages/releases/download/$repoAfterwards, sync your repositories with pacman -Sy, and then install a package like so:
pacman -S xdg-terminal-execThis repo is heavily based on hecknt/arch-bootc-pkgs.