From 660af25250861ae91ef158326680f22cf3624227 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Sat, 20 Apr 2024 10:37:49 +0100 Subject: [PATCH] refactor: update sparkylinux releases and editions to be dynamic --- quickget | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/quickget b/quickget index 2f894db..d13023a 100755 --- a/quickget +++ b/quickget @@ -1250,11 +1250,13 @@ function editions_solus() { } function releases_sparkylinux() { - echo 7.3 + web_pipe "https://sparkylinux.org/download/stable/" | grep "ISO image" | cut -d'-' -f3 | sort -ru | tr '\n' ' ' + echo } function editions_sparkylinux() { - echo lxqt mate xfce kde minimalgui minimalcli gameover multimedia rescue + web_pipe "https://sparkylinux.org/download/stable/" | grep "ISO image" | cut -d'-' -f5 | cut -d'.' -f 1 | sort -u | tr '\n' ' ' + echo } function releases_spirallinux() {