Skip to content

Commit 42c90e9

Browse files
TheMusoflexiondotorg
authored andcommitted
feat: Add support for OpenSuse Aeon
1 parent 9332ff2 commit 42c90e9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

quickget

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ function editions_openindiana() {
875875

876876
function releases_opensuse() {
877877
#shellcheck disable=SC2046,SC2005
878-
echo $(web_pipe "https://download.opensuse.org/distribution/leap/" | grep 'class="name"' | cut -d '/' -f2 | grep -v 42 | sort -r) microos tumbleweed
878+
echo $(web_pipe "https://download.opensuse.org/distribution/leap/" | grep 'class="name"' | cut -d '/' -f2 | grep -v 42 | sort -r) aeon microos tumbleweed
879879
}
880880

881881
function releases_oraclelinux() {
@@ -2209,6 +2209,9 @@ function get_opensuse() {
22092209
elif [ "${RELEASE}" == "microos" ]; then
22102210
ISO="openSUSE-MicroOS-DVD-x86_64-Current.iso"
22112211
URL="https://download.opensuse.org/tumbleweed/iso"
2212+
elif [ "${RELEASE}" == "aeon" ]; then
2213+
ISO="opensuse-aeon.x86_64.iso"
2214+
URL="https://mirrorcache.opensuse.org/tumbleweed/appliances/iso"
22122215
elif [ "${RELEASE}" == 15.0 ] || [ "${RELEASE}" == 15.1 ]; then
22132216
ISO="openSUSE-Leap-${RELEASE}-DVD-x86_64.iso"
22142217
URL="https://download.opensuse.org/distribution/leap/${RELEASE}/iso"

0 commit comments

Comments
 (0)