From 7fc8199f5d2184a4b0744e8c12275a99e205f6ca Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 26 Aug 2024 23:15:44 +0200 Subject: [PATCH] ubuntu,rocky --- spcd/bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index bbd87a9..5d56ad3 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -32,9 +32,9 @@ [ -n "${SPCD_URL_PYTHON}" ] || SPCD_URL_PYTHON="https://pypi.org/simple" [ -n "${SPCD_URL_ROCKY}" ] || - SPCD_URL_ROCKY="https://dl.rockylinux.org" + SPCD_URL_ROCKY="https://dl.rockylinux.org/\$contentdir" [ -n "${SPCD_URL_UBUNTU}" ] || - SPCD_URL_UBUNTU="https://ubuntu.mirrors.ovh.net" + SPCD_URL_UBUNTU="https://ubuntu.mirrors.ovh.net/ubuntu" # ╭───────────╮ # │ internals │