dists/debian,ubuntu

This commit is contained in:
Marc Beninca 2024-09-09 02:44:50 +02:00
parent 8e56f25ade
commit 377dbc977a
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -405,6 +405,7 @@ spcd_e_default() {
# /$repo/os/$arch
SPCD_URL_ARCH="https://geo.mirror.pkgbuild.com"
[ -n "${SPCD_URL_DEBIAN}" ] ||
# /dists/…
SPCD_URL_DEBIAN="https://deb.debian.org/debian"
[ -n "${SPCD_URL_EPEL}" ] ||
# /$releasever/Everything/…
@ -428,6 +429,7 @@ spcd_e_default() {
# /$contentdir/$releasever/…
SPCD_URL_ROCKY="https://dl.rockylinux.org"
[ -n "${SPCD_URL_UBUNTU}" ] ||
# /dists/…
SPCD_URL_UBUNTU="https://ubuntu.mirrors.ovh.net/ubuntu"
}