From aae6c25b6eff9072e47e30d5c3d076306b8f67e3 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 20 Aug 2024 11:31:15 +0200 Subject: [PATCH] opensuse/url/default --- spcd.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spcd.sh b/spcd.sh index 1becdb0..7151651 100644 --- a/spcd.sh +++ b/spcd.sh @@ -361,6 +361,9 @@ Acquire::https::Verify-Peer False; "${SPCD_OS_FEDORA}") SPCD_URL_DEFAULT="http://download.example/pub/fedora/linux/releases" ;; + "${SPCD_OS_OPENSUSE}") + SPCD_URL_DEFAULT="http://download.opensuse.org" + ;; "${SPCD_OS_ROCKY}") SPCD_URL_DEFAULT="http://dl.rockylinux.org/\$contentdir" ;;