From 787253b2aa8ad27dfd4d387aeba887fb09dec601 Mon Sep 17 00:00:00 2001 From: zenobit Date: Mon, 16 Oct 2023 12:45:25 +0200 Subject: [PATCH] garuda: fix (#759) * garuda: update mirror and editions * disc_size 32GB --- quickget | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/quickget b/quickget index 2262c3d..080beaf 100755 --- a/quickget +++ b/quickget @@ -400,12 +400,11 @@ function releases_freedos() { } function releases_garuda() { - echo latest + echo latest } function editions_garuda() { - URL="https://mirrors.fossho.st/garuda/iso/latest/garuda/" - echo $(wget -q -O - ${URL} | grep '^> "${CONF_FILE}";; openindiana) echo "boot=\"legacy\"" >> "${CONF_FILE}" @@ -1305,7 +1304,7 @@ function get_garuda() { local EDITION="${1:-}" local HASH="" local ISO="" - local URL="https://mirrors.fossho.st/garuda/iso/latest/garuda/" + local URL="https://iso.builds.garudalinux.org/iso/latest/garuda" ISO=${EDITION}/latest.iso