From e487bd9ef4c08a799f67c75e4b4b1d83ee60d649 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 26 Aug 2024 22:06:00 +0200 Subject: [PATCH] /debian --- spcd/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index b58e1cf..bbd87a9 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -22,7 +22,7 @@ [ -n "${SPCD_URL_ARCH}" ] || SPCD_URL_ARCH="https://geo.mirror.pkgbuild.com" [ -n "${SPCD_URL_DEBIAN}" ] || - SPCD_URL_DEBIAN="https://deb.debian.org" + SPCD_URL_DEBIAN="https://deb.debian.org/debian" [ -n "${SPCD_URL_EPEL}" ] || SPCD_URL_EPEL="https://dl.fedoraproject.org" [ -n "${SPCD_URL_FEDORA}" ] ||