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

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