Fix version prefix in gitea-mirror fetch command

This commit is contained in:
Tobias 2025-10-02 18:31:44 +02:00 committed by GitHub
parent fd24c83540
commit 5f3f630930
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -97,7 +97,7 @@ fi
msg_ok "Installed Bun"
rm -rf /opt/gitea-mirror
fetch_and_deploy_gh_release "gitea-mirror" "RayLabsHQ/gitea-mirror" "tarball" "3.8.1"
fetch_and_deploy_gh_release "gitea-mirror" "RayLabsHQ/gitea-mirror" "tarball" "v3.8.1"
msg_info "Updating and rebuilding ${APP}"
cd /opt/gitea-mirror