This commit is contained in:
Marc Beninca 2024-08-27 19:52:37 +02:00
parent 22823e7edf
commit f6f17ade21
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -624,7 +624,7 @@ spcd_step__environment_defaults() {
[ -n "${SPCD_URL_ALPINE}" ] || [ -n "${SPCD_URL_ALPINE}" ] ||
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}" ] ||
SPCD_URL_ARCH="https://geo.mirror.pkgbuild.com/\$repo/os/\$arch" 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"
[ -n "${SPCD_URL_EPEL}" ] || [ -n "${SPCD_URL_EPEL}" ] ||
@ -805,7 +805,7 @@ ${SPCD_URL_ALPINE}/v${SPCD_OS_VERSION}/community
;; ;;
"${SPCD_OS_ARCH}") "${SPCD_OS_ARCH}")
spcd_os_write "/etc/pacman.d/mirrorlist" "\ spcd_os_write "/etc/pacman.d/mirrorlist" "\
Server = ${SPCD_URL_ARCH} Server = ${SPCD_URL_ARCH}/\$repo/os/\$arch
" "
;; ;;
"${SPCD_OS_DEBIAN}") "${SPCD_OS_DEBIAN}")