Skip to content

Commit

Permalink
Fix: add dynamic grep for latest MX linux releases
Browse files Browse the repository at this point in the history
  • Loading branch information
TuxVinyards committed Oct 15, 2024
1 parent 790484c commit aabae7e
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 @@ -823,7 +823,8 @@ function releases_manjaro() {
}

function releases_mxlinux() {
echo 23.3
# needs header, so not web_pipe:
curl -Ils "https://sourceforge.net/projects/mx-linux/files/latest/download" | grep -i -m 1 'location' | cut -d? -f1 | cut -d_ -f1 | cut -d- -f3
}

function editions_mxlinux() {
Expand Down

0 comments on commit aabae7e

Please sign in to comment.