From 34f7d2ef322c0d0ed0874109daf0040b7bd985bb Mon Sep 17 00:00:00 2001 From: tremor021 Date: Sun, 17 May 2026 23:44:41 +0200 Subject: [PATCH] etherpad: release fetch fixes --- ct/etherpad.sh | 2 +- install/etherpad-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/etherpad.sh b/ct/etherpad.sh index 3f7cbab9..f69eb9a2 100755 --- a/ct/etherpad.sh +++ b/ct/etherpad.sh @@ -39,7 +39,7 @@ function update_script() { [ -d /opt/etherpad-lite/var ] && cp -a /opt/etherpad-lite/var /opt/etherpad-var.bak msg_ok "Backed up Configuration" - CLEAN_INSTALL=1 fetch_and_deploy_gh_release "etherpad-lite" "ether/etherpad" "tarball" "latest" "/opt/etherpad-lite" + CLEAN_INSTALL=1 fetch_and_deploy_gh_release "etherpad-lite" "ether/etherpad" "tarball" msg_info "Rebuilding Etherpad" cd /opt/etherpad-lite diff --git a/install/etherpad-install.sh b/install/etherpad-install.sh index 570f9d55..ee2b7013 100755 --- a/install/etherpad-install.sh +++ b/install/etherpad-install.sh @@ -31,7 +31,7 @@ msg_info "Creating etherpad User" useradd --system --create-home --home-dir /var/lib/etherpad --shell /usr/sbin/nologin etherpad msg_ok "Created etherpad User" -fetch_and_deploy_gh_release "etherpad-lite" "ether/etherpad" "tarball" "latest" "/opt/etherpad-lite" +fetch_and_deploy_gh_release "etherpad-lite" "ether/etherpad" "tarball" msg_info "Building Etherpad" cd /opt/etherpad-lite