refactor: make siduction editions dynamic

This commit is contained in:
Martin Wimpress 2024-05-09 20:07:12 +01:00 committed by Martin Wimpress
parent 595d7ca2bb
commit 9b8ff34e81
1 changed files with 2 additions and 1 deletions

View File

@ -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() {