etherpad: release fetch fixes

This commit is contained in:
tremor021
2026-05-17 23:44:41 +02:00
parent 074cbac58f
commit 34f7d2ef32
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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