From 8f20ae1e5d45d44d93ee3f78127e297a1ea29ffc Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Fri, 19 Apr 2024 14:25:27 +0100 Subject: [PATCH] chore: remove unused variable --- quickget | 1 - 1 file changed, 1 deletion(-) diff --git a/quickget b/quickget index 4a1b39a..1b571a9 100755 --- a/quickget +++ b/quickget @@ -1825,7 +1825,6 @@ function get_archlinux() { function get_archcraft() { local HASH="" local URL="" - local TMPURL="" # Check where the URL redirects using curl. Output to a nonexistent directory so it's not possible to successfully download the image URL=$(curl -Lfs "https://sourceforge.net/projects/archcraft/files/latest/download" -w %{url_effective} -o /this/is/a/nonexistent/directory/$RANDOM/$RANDOM) echo "${URL} ${HASH}"