mxlinux update

This commit is contained in:
zenobit 2025-02-14 01:47:51 +01:00
parent 124d5f2a7d
commit 98d81b689f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ CREDENTIALS="-"
function releases_() {
# needs header, so not web_pipe:
curl -Ils "https://sourceforge.net/projects/mx-linux/files/latest/download" | grep -i 'location:' | cut -d? -f1 | cut -d_ -f1 | cut -d- -f3
curl --disable -Ils "https://sourceforge.net/projects/mx-linux/files/latest/download" | grep -i 'location:' | cut -d? -f1 | cut -d_ -f1 | cut -d- -f3
}
function editions_() {