url/alpine,arch
This commit is contained in:
parent
6f57231f9c
commit
048a84c0fb
1 changed files with 3 additions and 0 deletions
|
@ -624,8 +624,11 @@ spcd_step__environment_defaults() {
|
||||||
# /vault/$releasever/…
|
# /vault/$releasever/…
|
||||||
SPCD_URL_ALMA="https://repo.almalinux.org"
|
SPCD_URL_ALMA="https://repo.almalinux.org"
|
||||||
[ -n "${SPCD_URL_ALPINE}" ] ||
|
[ -n "${SPCD_URL_ALPINE}" ] ||
|
||||||
|
# /v?.??/community
|
||||||
|
# /v?.??/main
|
||||||
SPCD_URL_ALPINE="https://dl-cdn.alpinelinux.org/alpine"
|
SPCD_URL_ALPINE="https://dl-cdn.alpinelinux.org/alpine"
|
||||||
[ -n "${SPCD_URL_ARCH}" ] ||
|
[ -n "${SPCD_URL_ARCH}" ] ||
|
||||||
|
# /$repo/os/$arch
|
||||||
SPCD_URL_ARCH="https://geo.mirror.pkgbuild.com"
|
SPCD_URL_ARCH="https://geo.mirror.pkgbuild.com"
|
||||||
[ -n "${SPCD_URL_DEBIAN}" ] ||
|
[ -n "${SPCD_URL_DEBIAN}" ] ||
|
||||||
SPCD_URL_DEBIAN="https://deb.debian.org/debian"
|
SPCD_URL_DEBIAN="https://deb.debian.org/debian"
|
||||||
|
|
Loading…
Reference in a new issue