From 5da140262a7216655783c148babd83013a889198 Mon Sep 17 00:00:00 2001 From: Phil Clifford Date: Fri, 3 Feb 2023 17:09:25 +0000 Subject: [PATCH] Updated for release of Rocky Linux 9.1 --- quickget | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quickget b/quickget index ea237e2..bbbbe84 100755 --- a/quickget +++ b/quickget @@ -486,7 +486,7 @@ function get_rebornos() { } function releases_rockylinux() { - echo 8.3 8.4 8.5 9.0 + echo 8.3 8.4 8.5 9.0 9.1 } # Rocky have renamed dvd1 -> dvd at 9.0 @@ -1477,7 +1477,7 @@ function get_rockylinux() { local URL="" case ${RELEASE} in - 9.0) URL="https://download.rockylinux.org/pub/rocky/${RELEASE}/isos/x86_64";; + 9.1) URL="https://download.rockylinux.org/pub/rocky/${RELEASE}/isos/x86_64";; *) URL="http://dl.rockylinux.org/vault/rocky/${RELEASE}/isos/x86_64/";; esac HASH=$(wget -q -O- "${URL}/CHECKSUM" | grep "SHA256" | grep "${ISO})" | cut -d' ' -f4)