Repos

Debian, Fedora, and Qubes dom0 repositories are available.


OS
Setup
Repo protocol
Key download protocol
k='http://zuh3vfagsxufncxiyhrsu4wbcihjdexzvsvm2zoxtypiqjh7nvtdkkqd.onion' set -o pipefail curl "$k"/ascendforever-repos_pub.asc \ | gpg --dearmor \ | sudo tee /usr/share/keyrings/ascendforever.gpg >/dev/null printf 'deb %s %s %s main' \ '[signed-by=/usr/share/keyrings/ascendforever.gpg]' \ 'https://deb.ascendforever.com' \     trixie \ | sudo tee /etc/apt/sources.list.d/ascendforever.list

Why have packages that just provide configurations?

By including my configurations as packages, I can keep all my configs in sync across vms easily, and distribute them easily.


Related information