Update install.func

This commit is contained in:
CanbiZ 2025-04-07 15:41:28 +02:00
parent 0f3de050c6
commit b71afe3b0f

View File

@ -420,7 +420,7 @@ fetch_and_deploy_gh_release() {
# Final fallback to GitHub source tarball # Final fallback to GitHub source tarball
if [[ -z "$url" ]]; then 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" $STD msg_info "Trying GitHub source tarball fallback: $url"
fi fi