From 0d457da964c2632f3146d604440a0f8c039ce0b3 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 27 Aug 2024 18:35:21 +0200 Subject: [PATCH] repos/fedora --- spcd/bootstrap.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index efa6438..10482e6 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -28,7 +28,7 @@ [ -n "${SPCD_URL_EPEL}" ] || SPCD_URL_EPEL="https://dl.fedoraproject.org" [ -n "${SPCD_URL_FEDORA}" ] || - SPCD_URL_FEDORA="https://rpmfind.net" + SPCD_URL_FEDORA="https://rpmfind.net/linux/fedora/linux" [ -n "${SPCD_URL_OPENSUSE}" ] || SPCD_URL_OPENSUSE="https://download.opensuse.org" [ -n "${SPCD_URL_PYTHON}" ] || @@ -824,8 +824,8 @@ deb ${SPCD_URL_DEBIAN}-security ${SPCD_OS_VERSION}-security main "fedora-updates" \ "fedora-updates-testing"; do spcd_os_sed "/etc/yum.repos.d/${spcd_spr__file}.repo" \ - "|^metalink|# metalink|" \ - "|http://download.example|${SPCD_URL_FEDORA}|" \ + "|^metalink|# metalink|" "\ +|http://download.example/pub/fedora/linux|${SPCD_URL_FEDORA}|" \ "|^#baseurl|baseurl|" done spcd_os_sed "/etc/yum.repos.d/fedora-cisco-openh264.repo" \