opensuse/url/default
This commit is contained in:
parent
a9a033d59f
commit
aae6c25b6e
1 changed files with 3 additions and 0 deletions
3
spcd.sh
3
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"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue