From 897aae02ab8490d86b557f673b4cb33b4e88f293 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Fri, 19 Apr 2024 16:33:08 +0100 Subject: [PATCH] refactor: update reactos to let web_get() handle redirections --- quickget | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/quickget b/quickget index f50f4f2..cf002fe 100755 --- a/quickget +++ b/quickget @@ -2675,8 +2675,7 @@ function get_pureos() { function get_reactos() { local HASH="" - local URL="" - URL=$(curl -Lfs "https://sourceforge.net/projects/reactos/files/latest/download" -w %{url_effective} -o /this/is/a/nonexistent/directory/$RANDOM/$RANDOM) + local URL="https://sourceforge.net/projects/reactos/files/latest/download" echo "${URL} ${HASH}" }