From e8cd0ca9b2ee557685557ef9b747dea3bc310dd4 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 27 Aug 2024 15:21:50 +0200 Subject: [PATCH] alma --- spcd/bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index bea2cbc..7d7bb7f 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -17,6 +17,8 @@ [ -n "${SPCD_REF_RELEASE}" ] || SPCD_REF_RELEASE="main" [ -n "${SPCD_REF_STAGING}" ] || SPCD_REF_STAGING="dev" +[ -n "${SPCD_URL_ALMA}" ] || + SPCD_URL_ALMA="https://repo.almalinux.org/almalinux" [ -n "${SPCD_URL_ALPINE}" ] || SPCD_URL_ALPINE="https://dl-cdn.alpinelinux.org/alpine" [ -n "${SPCD_URL_ARCH}" ] ||