Update Notesnook

This commit is contained in:
tremor021
2025-05-25 22:06:14 +02:00
parent 6c4b3c265e
commit 0d7a8ec701
2 changed files with 3 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ NODE_MODULE="yarn" install_node_and_modules
msg_info "Installing Notesnook"
fetch_and_deploy_gh_release "streetwriters/notesnook"
cd /opt/notesnook
#export NODE_OPTIONS="--max-old-space-size=2048"
export NODE_OPTIONS="--max-old-space-size=2560"
$STD npm install
$STD npm run build:web
msg_ok "Installed Notesnook"
@@ -50,7 +50,6 @@ motd_ssh
customize
msg_info "Cleaning up"
rm -f "$temp_file"
$STD apt-get -y autoremove
$STD apt-get -y autoclean
msg_ok "Cleaned"