diff --git a/quickget b/quickget index 219f3e2..f9f4429 100755 --- a/quickget +++ b/quickget @@ -498,8 +498,7 @@ function releases_garuda() { } 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}" @@ -1581,7 +1580,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