We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3dbe250 + cb0bbfc commit e071fd8Copy full SHA for e071fd8
scripts/install.sh
@@ -176,7 +176,7 @@ download_from_github() {
176
# Clean version (remove 'v' prefix if present)
177
local clean_version="${release#v}"
178
179
- local filename="${name}_${clean_version}_${OS}_${ARCH}.tar.gz"
+ local filename="${name}_${release#v}_${OS}_${ARCH}.tar.gz"
180
local download_url="https://github.com/${repo}/releases/download/${release}/${filename}"
181
182
echo -e "${GREEN}Downloading ${name} ${release}${NC}"
0 commit comments