From 5ee76afd7387641ef1e8848dd04fa343c91592cf Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Fri, 29 May 2026 10:37:51 +0200 Subject: [PATCH] add: tarball mode --- ct/kan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/kan.sh b/ct/kan.sh index fd01cd17c..aadb02b56 100644 --- a/ct/kan.sh +++ b/ct/kan.sh @@ -39,7 +39,7 @@ function update_script() { cp /opt/kan/.env /opt/kan.env.bak msg_ok "Backed up Data" - CLEAN_INSTALL=1 fetch_and_deploy_gh_tag "kan" "kanbn/kan" + CLEAN_INSTALL=1 fetch_and_deploy_gh_tag "kan" "kanbn/kan" "tarball" msg_info "Restoring Configuration" cp /opt/kan.env.bak /opt/kan/.env