From 17e856b1ca896b40e79aaf970d3dfc0b6de4232f Mon Sep 17 00:00:00 2001 From: zenobit Date: Sat, 16 Sep 2023 10:44:24 +0200 Subject: [PATCH] garuda: update --- quickget | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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