Files
taninux/distro/tanin.pacman.conf
karim ba33832f08 Document Gitea Arch DB-signing key import for [tanin]
The Gitea Arch registry signs the repo DB with its own key
(63F0415879323F6BFE0FBFB2B6FDF356206AF4F6); import it via
.../arch/repository.key + pacman-key --lsign-key before -Sy.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-19 19:22:24 +02:00

19 lines
880 B
Plaintext

# [tanin] — TANINUX (camel) binary repo, hosted on the Gitea Arch registry.
#
# The Gitea Arch registry SIGNS the repo DB with its own key, so that key must
# be imported + locally signed first (one time), then add the repo block below.
#
# curl -s https://git.openbureau.ch/api/packages/karim/arch/repository.key \
# | sudo pacman-key --add -
# sudo pacman-key --lsign-key 63F0415879323F6BFE0FBFB2B6FDF356206AF4F6
#
# Then append this to /etc/pacman.conf and: sudo pacman -Sy
# sudo pacman -S tanin-desktop # pulls the whole niri/eww desktop
#
# (Quick alternative without importing the key: set `SigLevel = Never` below —
# less secure, skips all signature checks. The ISO/Calamares should import the
# key into the live + target keyring instead.)
[tanin]
SigLevel = Optional TrustAll
Server = https://git.openbureau.ch/api/packages/karim/arch/tanin/$arch