From 7ca6354bd8ec0e0dfe2cc448d999381683907b9a Mon Sep 17 00:00:00 2001 From: Slava <20563034+veaceslavdoina@users.noreply.github.com> Date: Mon, 7 Jul 2025 17:30:18 +0300 Subject: [PATCH] fix: custom branch download url --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 4ccf6b8..36b2bb2 100755 --- a/install.sh +++ b/install.sh @@ -168,7 +168,7 @@ for ARCHIVE in "${ARCHIVES[@]}"; do elif [[ "${BRANCH}" == "master" ]]; then DOWNLOAD_URL="${BASE_URL}/${BRANCH}/${FILE}" else - DOWNLOAD_URL="${BASE_URL}/branches/${FILE}" + DOWNLOAD_URL="${BASE_URL}/branches/${VERSION}/${FILE}" fi fi