diff --git a/quickget b/quickget index 6063f22..a90adb6 100755 --- a/quickget +++ b/quickget @@ -2316,6 +2316,9 @@ function get_opensuse() { elif [ "${RELEASE}" == 15.0 ] || [ "${RELEASE}" == 15.1 ]; then 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}-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" URL="https://download.opensuse.org/distribution/leap/${RELEASE}/iso"