chore: preserve recent changes to get_garuda()

This commit is contained in:
Martin Wimpress 2024-04-21 13:59:52 +01:00 committed by Martin Wimpress
parent 66aca19437
commit 11453885cc
1 changed files with 1 additions and 1 deletions

View File

@ -1920,7 +1920,7 @@ function get_garuda() {
local ISO=""
local URL="https://iso.builds.garudalinux.org/iso/latest/garuda"
ISO=${EDITION}/latest.iso
HASH="$(wget -q -O- "${URL}/${ISO}.sha256" | cut_1)"
HASH="$(web_pipe "${URL}/${ISO}.sha256" | cut_1)"
echo "${URL}/${ISO} ${HASH}"
}