From f6f17ade210213cd36160de1250458071c4acc20 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 27 Aug 2024 19:52:37 +0200 Subject: [PATCH] arch --- spcd/bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index 2f88598..a9708b5 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -624,7 +624,7 @@ spcd_step__environment_defaults() { [ -n "${SPCD_URL_ALPINE}" ] || SPCD_URL_ALPINE="https://dl-cdn.alpinelinux.org/alpine" [ -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}" ] || SPCD_URL_DEBIAN="https://deb.debian.org/debian" [ -n "${SPCD_URL_EPEL}" ] || @@ -805,7 +805,7 @@ ${SPCD_URL_ALPINE}/v${SPCD_OS_VERSION}/community ;; "${SPCD_OS_ARCH}") spcd_os_write "/etc/pacman.d/mirrorlist" "\ -Server = ${SPCD_URL_ARCH} +Server = ${SPCD_URL_ARCH}/\$repo/os/\$arch " ;; "${SPCD_OS_DEBIAN}")