From 6618422ec1ac4846bab3ff23f08784ab25799814 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Mon, 7 Jul 2025 10:53:27 +0200 Subject: [PATCH] Update gitea-mirror.sh --- ct/gitea-mirror.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/gitea-mirror.sh b/ct/gitea-mirror.sh index 16a497c2..dafdfb78 100644 --- a/ct/gitea-mirror.sh +++ b/ct/gitea-mirror.sh @@ -49,7 +49,7 @@ function update_script() { rm -rf /opt/gitea-mirror fi - RELEASE=$(curl -fsSL https://api.github.com/repos/arunavo4/gitea-mirror/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }') + RELEASE=$(curl -fsSL https://api.github.com/repos/RayLabsHQ/gitea-mirror/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }') if [[ "${RELEASE}" != "$(cat ~/.${APP} 2>/dev/null || cat /opt/${APP}_version.txt 2>/dev/null)" ]]; then msg_info "Stopping Services" @@ -71,7 +71,7 @@ function update_script() { msg_ok "Installed Bun" rm -rf /opt/gitea-mirror - fetch_and_deploy_gh_release "gitea-mirror" "arunavo4/gitea-mirror" "tarball" "v3.0.2" + fetch_and_deploy_gh_release "gitea-mirror" "RayLabsHQ/gitea-mirror" "tarball" "v3.0.2" msg_info "Updating and rebuilding ${APP} to v${RELEASE}" cd /opt/gitea-mirror