- Base URL
- https://googolmo.github.io/repo/
This GitHub Pages site hosts the APT repository, Pacman repository, and OpenPGP public key used to verify package signatures.
Install the signing key, then drop in the DEB822 source file.
/usr/share/keyrings.apt update.sudo mkdir -p /usr/share/keyrings
sudo curl -fsSL https://googolmo.github.io/repo/keys/repo.gpg \
-o /usr/share/keyrings/repo-archive-keyring.gpg
sudo chmod 644 /usr/share/keyrings/repo-archive-keyring.gpg
sudo curl -fsSL https://googolmo.github.io/repo/ubuntu/repo.sources \
-o /etc/apt/sources.list.d/repo.sources
sudo apt update
Older APT setups can use
ubuntu/repo.list
instead of the .sources file.
Repository files live under ubuntu/.
Import and locally sign the key, then include the repo snippet.
9DF42B7054F1CB5B./etc/pacman.conf and sync.curl -fsSL https://googolmo.github.io/repo/keys/repo.asc | sudo pacman-key --add -
sudo pacman-key --lsign-key 91FDA44879208693204E90EE9DF42B7054F1CB5B
sudo curl -fsSL https://googolmo.github.io/repo/pacman/repo.conf \
-o /etc/pacman.d/repo
echo -e '\nInclude = /etc/pacman.d/repo' | sudo tee -a /etc/pacman.conf
sudo pacman -Sy
Packages are served from
https://googolmo.github.io/repo/pacman/$arch
(x86_64,
aarch64).