Update gitea-mirror.sh

This commit is contained in:
Tobias 2025-06-04 13:32:32 +02:00 committed by GitHub
parent 5f76ad3827
commit d633af0960
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,6 +48,7 @@ function update_script() {
msg_ok "Installed Bun" msg_ok "Installed Bun"
rm -rf /opt/gitea-mirror rm -rf /opt/gitea-mirror
mkdir -p /opt/gitea-mirror
fetch_and_deploy_gh_release "gitea-mirror" "arunavo4/gitea-mirror" "source" fetch_and_deploy_gh_release "gitea-mirror" "arunavo4/gitea-mirror" "source"
msg_info "Updating and rebuilding ${APP} to v${RELEASE}" msg_info "Updating and rebuilding ${APP} to v${RELEASE}"