From 6885c07805b772368bd9142b6e48f07f629d47bc Mon Sep 17 00:00:00 2001 From: tremor021 Date: Thu, 11 Sep 2025 22:01:54 +0200 Subject: [PATCH] Update Joplin Server --- ct/joplin-server.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ct/joplin-server.sh b/ct/joplin-server.sh index cde79308..fb6969cf 100644 --- a/ct/joplin-server.sh +++ b/ct/joplin-server.sh @@ -33,8 +33,14 @@ function update_script() { systemctl stop joplin-server msg_ok "Stopped Services" - msg_info "Updating ${APP}" + fetch_and_deploy_gh_release "joplin-server" "laurent22/joplin" "tarball" "latest" + msg_info "Updating ${APP}" + cd /opt/joplin-server + sed -i "/onenote-converter/d" packages/lib/package.json + $STD yarn config set --home enableTelemetry 0 + export BUILD_SEQUENCIAL=1 + $STD yarn install --inline-builds msg_ok "Updated $APP" msg_info "Starting Services"