From f18e8a644284abf8227a6dfb644cfe70da37264a Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 14 Apr 2025 15:02:54 +0200 Subject: [PATCH] Update documenso.sh --- ct/documenso.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/documenso.sh b/ct/documenso.sh index 1e22168..660e3ea 100644 --- a/ct/documenso.sh +++ b/ct/documenso.sh @@ -37,7 +37,7 @@ function update_script() { msg_info "Updating ${APP} to ${RELEASE}" cp /opt/documenso/.env /opt/ rm -R /opt/documenso - curl -fsSL "https://github.com/documenso/documenso/archive/refs/tags/v${RELEASE}.zip" + curl -fsSL "https://github.com/documenso/documenso/archive/refs/tags/v${RELEASE}.zip" -o v${RELEASE}.zip unzip -q v${RELEASE}.zip mv documenso-${RELEASE} /opt/documenso cd /opt/documenso