sh/80
This commit is contained in:
parent
9207279dc5
commit
dfa7970e7d
1 changed files with 2 additions and 1 deletions
3
spcd.sh
3
spcd.sh
|
@ -392,7 +392,8 @@ Acquire::https::Verify-Peer False;
|
|||
SPCD_URL_CHOSEN="https://rpmfind.net/linux/fedora/linux/releases"
|
||||
;;
|
||||
"${SPCD_OS_OPENSUSE}")
|
||||
[ -n "${SPCD_URL_OPENSUSE}" ] && SPCD_URL_CHOSEN="${SPCD_URL_OPENSUSE}" ||
|
||||
[ -n "${SPCD_URL_OPENSUSE}" ] &&
|
||||
SPCD_URL_CHOSEN="${SPCD_URL_OPENSUSE}" ||
|
||||
SPCD_URL_CHOSEN="https://download.opensuse.org"
|
||||
;;
|
||||
"${SPCD_OS_ROCKY}")
|
||||
|
|
Loading…
Reference in a new issue