Update install.func
This commit is contained in:
parent
0f3de050c6
commit
b71afe3b0f
@ -420,7 +420,7 @@ fetch_and_deploy_gh_release() {
|
||||
|
||||
# Final fallback to GitHub source tarball
|
||||
if [[ -z "$url" ]]; then
|
||||
url="https://github.com/$repo/archive/refs/tags/v$version.tar.gz"
|
||||
url="https://github.com/$repo/archive/refs/tags/$version.tar.gz"
|
||||
$STD msg_info "Trying GitHub source tarball fallback: $url"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user