From 2e252ba7717ce3ce871a98ec67e58dea6ab04104 Mon Sep 17 00:00:00 2001 From: zenobit Date: Mon, 3 Mar 2025 14:09:14 +0100 Subject: [PATCH] Fix Garuda --- actions/garuda | 2 +- public/garuda | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/actions/garuda b/actions/garuda index 9dd892f..ec03395 100644 --- a/actions/garuda +++ b/actions/garuda @@ -11,7 +11,7 @@ function releases_() { } function editions_() { - echo cinnamon dr460nized dr460nized-gaming gnome i3 kde-git kde-lite lxqt-kwin mate qtile sway wayfire xfce + echo $(web_pipe "https://iso.builds.garudalinux.org/iso/latest/garuda/" | grep -oP '(?<=href=")[^"]*' | tail --lines +2 | cut -d'/' -f1) } function get_() { diff --git a/public/garuda b/public/garuda index a63ddb5..17f3c89 100644 --- a/public/garuda +++ b/public/garuda @@ -8,14 +8,14 @@ CREDENTIALS="-" RELEASES="latest" -EDITIONS="xfce wayfire sway qtile mate lxqt-kwin kde-lite kde-git i3 gnome dr460nized-gaming dr460nized cinnamon" +EDITIONS="xfce sway kde-lite i3 gnome dr460nized-gaming dr460nized cinnamon" function releases_() { echo latest } function editions_() { - echo cinnamon dr460nized dr460nized-gaming gnome i3 kde-git kde-lite lxqt-kwin mate qtile sway wayfire xfce + echo $(web_pipe "https://iso.builds.garudalinux.org/iso/latest/garuda/" | grep -oP '(?<=href=")[^"]*' | tail --lines +2 | cut -d'/' -f1) } function get_() {