Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 840 Bytes

File metadata and controls

28 lines (21 loc) · 840 Bytes

Apollo Packages

Collection of Arch Linux packages primarily built for Apollo.

Using the repository

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 F74289FDFA6BBD5C2995DDAD8048C7731FE274FA

And add the following to /etc/pacman.conf:

[bootc]
SigLevel = Required
Server = https://github.com/apollo-linux/packages/releases/download/$repo

Afterwards, sync your repositories with pacman -Sy, and then install a package like so:

pacman -S xdg-terminal-exec

Credits

This repo is heavily based on hecknt/arch-bootc-pkgs.