From 3f0dfaf9a0ea0bc6313f3e16d00ba766d86a20c6 Mon Sep 17 00:00:00 2001 From: Phil Clifford Date: Sun, 24 Jul 2022 01:09:40 +0100 Subject: [PATCH] Update Alma releases (#457) * Update Alma for available releases 8.4 removed and current betas added * fixed for beta paths * Alma 9.0 released --- quickget | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quickget b/quickget index 938d299..954d549 100755 --- a/quickget +++ b/quickget @@ -208,7 +208,7 @@ function os_support() { } function releases_alma() { - echo 8.4 8.5 + echo 8.5 8.6 9.0 } function editions_alma() { @@ -759,7 +759,7 @@ function get_alma() { local EDITION="${1:-}" local HASH="" local ISO="AlmaLinux-${RELEASE}-x86_64-${EDITION}.iso" - local URL="http://lon.mirror.rackspace.com/almalinux/${RELEASE}/isos/x86_64/" + local URL="http://lon.mirror.rackspace.com/almalinux/${RELEASE/beta-1/beta}/isos/x86_64/" HASH="$(wget -q -O- "${URL}/CHECKSUM" | grep "(${ISO}" | cut -d' ' -f4)" echo "${URL}/${ISO} ${HASH}" }