From 940e2529b6b847cdc952d41bac6f174802770172 Mon Sep 17 00:00:00 2001 From: John Buhay <6697003+johnbuhay@users.noreply.github.com> Date: Sun, 28 Jan 2024 09:14:21 -0500 Subject: [PATCH] #1 utils.bash change xz to gz file extension --- lib/utils.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.bash b/lib/utils.bash index 97f4f35..7f60798 100644 --- a/lib/utils.bash +++ b/lib/utils.bash @@ -53,7 +53,7 @@ download_release() { local arch=$arch_test fi - url="$GH_REPO/releases/download/v${version}/flarectl_${version}_${platform}_${arch}.tar.xz" + url="$GH_REPO/releases/download/v${version}/flarectl_${version}_${platform}_${arch}.tar.gz" echo "* Downloading $TOOL_NAME release $version..." curl "${curl_opts[@]}" -o "$filename" -C - "$url" || fail "Could not download $url"