From 6c2ea268de0c408ffd477927e581f41ff743b0eb Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Wed, 22 Oct 2025 08:38:01 +0200 Subject: [PATCH] test: dynamic update --- ct/gitea-mirror.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ct/gitea-mirror.sh b/ct/gitea-mirror.sh index bfe93ff8..4c5fca19 100644 --- a/ct/gitea-mirror.sh +++ b/ct/gitea-mirror.sh @@ -13,6 +13,7 @@ var_disk="${var_disk:-6}" var_os="${var_os:-debian}" var_version="${var_version:-12}" var_unprivileged="${var_unprivileged:-1}" +var_app_version="${var_app_version:-latest}" header_info "$APP" @@ -97,7 +98,7 @@ fi msg_ok "Installed Bun" rm -rf /opt/gitea-mirror - fetch_and_deploy_gh_release "gitea-mirror" "RayLabsHQ/gitea-mirror" "tarball" "v3.8.1" + fetch_and_deploy_gh_release "gitea-mirror" "RayLabsHQ/gitea-mirror" "tarball" $var_app_version msg_info "Updating and rebuilding ${APP}" cd /opt/gitea-mirror