mxlinux update
This commit is contained in:
parent
124d5f2a7d
commit
98d81b689f
|
|
@ -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_() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue