From 1377953dcfb7fada4f610e7ea952d7e61faa76ff Mon Sep 17 00:00:00 2001 From: despiegk Date: Fri, 7 Feb 2025 16:40:44 +0300 Subject: [PATCH] ... --- install_hero.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install_hero.sh b/install_hero.sh index bd73be7a..7532a544 100755 --- a/install_hero.sh +++ b/install_hero.sh @@ -4,10 +4,11 @@ set -e os_name="$(uname -s)" arch_name="$(uname -m)" +version='1.0.5' # Base URL for GitHub releases -base_url="https://github.com/freeflowuniverse/herolib/releases/download/v1.0.1" +base_url="https://github.com/freeflowuniverse/herolib/releases/download/v${version}" # Select the URL based on the platform if [[ "$os_name" == "Linux" && "$arch_name" == "x86_64" ]]; then