From 9b22109d90720421c19a3db0c83f2d9d6cc38021 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Fri, 23 Jan 2026 16:21:37 +0000 Subject: [PATCH] chore(opensuse): remove aeon appliance handling. fixes #1793 Signed-off-by: Martin Wimpress --- quickget | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/quickget b/quickget index 2fa3a60..438ae03 100755 --- a/quickget +++ b/quickget @@ -900,7 +900,7 @@ function editions_openindiana() { function releases_opensuse() { #shellcheck disable=SC2046,SC2005 - echo $(web_pipe "https://download.opensuse.org/distribution/leap/" | grep 'class="name"' | cut -d '/' -f2 | grep -v 42 | sort -r) aeon microos tumbleweed + echo $(web_pipe "https://download.opensuse.org/distribution/leap/" | grep 'class="name"' | cut -d '/' -f2 | grep -v 42 | sort -r) microos tumbleweed } function releases_oraclelinux() { @@ -2304,9 +2304,6 @@ function get_opensuse() { elif [ "${RELEASE}" == "microos" ]; then ISO="openSUSE-MicroOS-DVD-x86_64-Current.iso" URL="https://download.opensuse.org/tumbleweed/iso" - elif [ "${RELEASE}" == "aeon" ]; then - ISO="opensuse-aeon.x86_64.iso" - URL="https://mirrorcache.opensuse.org/tumbleweed/appliances/iso" 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"