Notesnook: last changes

This commit is contained in:
tremor021
2025-06-24 15:01:43 +02:00
parent 613f146cb1
commit 52f58a6b03
2 changed files with 1 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ function update_script() {
msg_info "Updating ${APP} (Patience)"
rm -rf /opt/notesnook
fetch_and_deploy_gh_release "streetwriters/notesnook"
fetch_and_deploy_gh_release "notesnook" "streetwriters/notesnook" "tarball"
cd /opt/notesnook
export NODE_OPTIONS="--max-old-space-size=2560"
$STD npm install