File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -875,7 +875,7 @@ function editions_openindiana() {
875
875
876
876
function releases_opensuse() {
877
877
# 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
879
879
}
880
880
881
881
function releases_oraclelinux() {
@@ -2209,6 +2209,9 @@ function get_opensuse() {
2209
2209
elif [ " ${RELEASE} " == " microos" ]; then
2210
2210
ISO=" openSUSE-MicroOS-DVD-x86_64-Current.iso"
2211
2211
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"
2212
2215
elif [ " ${RELEASE} " == 15.0 ] || [ " ${RELEASE} " == 15.1 ]; then
2213
2216
ISO=" openSUSE-Leap-${RELEASE} -DVD-x86_64.iso"
2214
2217
URL=" https://download.opensuse.org/distribution/leap/${RELEASE} /iso"
You can’t perform that action at this time.
0 commit comments