mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Update Alma releases (#457)
* Update Alma for available releases 8.4 removed and current betas added * fixed for beta paths * Alma 9.0 released
This commit is contained in:
parent
c1c5e27538
commit
3f0dfaf9a0
1 changed files with 2 additions and 2 deletions
4
quickget
4
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}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue