Skip to content

Commit

Permalink
refactor: make siduction editions dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed May 9, 2024
1 parent ad5ca69 commit a7bec55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion quickget
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit a7bec55

Please sign in to comment.