From 048a84c0fb052a036f2b7d45d6ace348d934b44f Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 27 Aug 2024 22:05:37 +0200 Subject: [PATCH] url/alpine,arch --- spcd/bootstrap.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index 6f6aab0..6fcce99 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -624,8 +624,11 @@ spcd_step__environment_defaults() { # /vault/$releasever/… SPCD_URL_ALMA="https://repo.almalinux.org" [ -n "${SPCD_URL_ALPINE}" ] || + # /v?.??/community + # /v?.??/main SPCD_URL_ALPINE="https://dl-cdn.alpinelinux.org/alpine" [ -n "${SPCD_URL_ARCH}" ] || + # /$repo/os/$arch SPCD_URL_ARCH="https://geo.mirror.pkgbuild.com" [ -n "${SPCD_URL_DEBIAN}" ] || SPCD_URL_DEBIAN="https://deb.debian.org/debian"