From 377dbc977adf61c5bf86912baf3f3f84b5e05943 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 9 Sep 2024 02:44:50 +0200 Subject: [PATCH] dists/debian,ubuntu --- spcd/bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index 0cbf9fb..b7af92d 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -405,6 +405,7 @@ spcd_e_default() { # /$repo/os/$arch SPCD_URL_ARCH="https://geo.mirror.pkgbuild.com" [ -n "${SPCD_URL_DEBIAN}" ] || + # /dists/… SPCD_URL_DEBIAN="https://deb.debian.org/debian" [ -n "${SPCD_URL_EPEL}" ] || # /$releasever/Everything/… @@ -428,6 +429,7 @@ spcd_e_default() { # /$contentdir/$releasever/… SPCD_URL_ROCKY="https://dl.rockylinux.org" [ -n "${SPCD_URL_UBUNTU}" ] || + # /dists/… SPCD_URL_UBUNTU="https://ubuntu.mirrors.ovh.net/ubuntu" }