chore: preserve recent changes to get_garuda()
This commit is contained in:
parent
66aca19437
commit
11453885cc
2
quickget
2
quickget
|
@ -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}"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue