fix: use offline ISO for openSUSE Leap 16.0
This commit is contained in:
parent
bfbf180920
commit
6ad6bb2b88
2
quickget
2
quickget
|
|
@ -2317,7 +2317,7 @@ function get_opensuse() {
|
|||
ISO="openSUSE-Leap-${RELEASE}-DVD-x86_64.iso"
|
||||
URL="https://download.opensuse.org/distribution/leap/${RELEASE}/iso"
|
||||
elif [ "${RELEASE}" == 16.0 ]; then
|
||||
ISO="Leap-${RELEASE}-online-installer-x86_64.install.iso"
|
||||
ISO="Leap-${RELEASE}-offline-installer-x86_64.install.iso"
|
||||
URL="https://download.opensuse.org/distribution/leap/${RELEASE}/offline"
|
||||
else
|
||||
ISO="openSUSE-Leap-${RELEASE}-DVD-x86_64-Current.iso"
|
||||
|
|
|
|||
Loading…
Reference in New Issue