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" ;;