From 9b66cecf13ad0f7061a169a54b4bc463e91fd31a Mon Sep 17 00:00:00 2001 From: Slava <20563034+veaceslavdoina@users.noreply.github.com> Date: Mon, 7 Jul 2025 17:32:09 +0300 Subject: [PATCH] fix: custom branch download url (#37) --- 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