Skip to content

Commit

Permalink
garuda: update mirror and editions
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed Sep 16, 2023
1 parent c7e91a0 commit cc58d8c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions quickget
Original file line number Diff line number Diff line change
Expand Up @@ -397,12 +397,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 '^<a href' | sed -e 's/^.*="//' -e 's/\/.*//')
echo cinnamon dr460nized dr460nized-gaming gnome i3 kde-git kde-lite lxqt-kwin mate qtile sway wayfire xfce
}

function releases_gentoo() {
Expand Down Expand Up @@ -1302,7 +1301,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

Expand Down

0 comments on commit cc58d8c

Please sign in to comment.