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