From 98d81b689f63f741d646790ded3d4e0d692a6e2d Mon Sep 17 00:00:00 2001 From: zenobit Date: Fri, 14 Feb 2025 01:47:51 +0100 Subject: [PATCH] mxlinux update --- actions/mxlinux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/mxlinux b/actions/mxlinux index 1a02952..a7ee8f2 100644 --- a/actions/mxlinux +++ b/actions/mxlinux @@ -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_() {