From a7bec5572fec866a6c0eeb7eba25e1eb41bdb240 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Thu, 9 May 2024 20:07:12 +0100 Subject: [PATCH] refactor: make siduction editions dynamic --- quickget | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/quickget b/quickget index f01eec52ad..5e089adde8 100755 --- a/quickget +++ b/quickget @@ -1001,7 +1001,8 @@ function releases_siduction() { } function editions_siduction() { - echo kde lxqt nox xfce xorg + #shellcheck disable=SC2046,SC2005 + echo $(web_pipe "https://mirror.math.princeton.edu/pub/siduction/iso/Standing_on_the_Shoulders_of_Giants/" | grep folder | cut -d'"' -f8 | tr -d '/' | sort -u) } function releases_slackware() {