dists/debian,ubuntu
This commit is contained in:
parent
8e56f25ade
commit
377dbc977a
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue