package repositories
← ~john | binary package feeds
alpine linux (apk)
Signed apk repository for Alpine Linux (supporting x86_64 and aarch64).
Add signing key & repo:
wget -P /etc/apk/keys/ https://tilde.horse/~john/repo/alpine/john.rsa.pub echo "https://tilde.horse/~john/repo/alpine" >> /etc/apk/repositories apk update apk add silky
- Public key: alpine/john.rsa.pub
- Browse x86_64: alpine/x86_64/
- Browse aarch64: alpine/aarch64/
artix linux (pacman)
Pacman repository for Artix Linux with launchd init system, launchdaemons, and port libraries.
Add to /etc/pacman.conf:
[launchd] SigLevel = Optional TrustAll Server = https://tilde.horse/~john/repo/artix
- Signing key: launchd-repo.pub
- Browse packages: artix/ (launchd, elogind-launchd, dbus-launchd, ...)