From 23da55535f5f441710890b410f81d11b143cdd46 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Sun, 25 May 2025 22:11:27 +0200 Subject: [PATCH] Update Notesnook --- install/notesnook-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/notesnook-install.sh b/install/notesnook-install.sh index 5029a4b..f5cc804 100644 --- a/install/notesnook-install.sh +++ b/install/notesnook-install.sh @@ -19,7 +19,7 @@ msg_ok "Installed Dependencies" NODE_MODULE="yarn" install_node_and_modules -msg_info "Installing Notesnook" +msg_info "Installing Notesnook (Patience)" fetch_and_deploy_gh_release "streetwriters/notesnook" cd /opt/notesnook export NODE_OPTIONS="--max-old-space-size=2560"