From e79904f80f45b61f7792d4cd054113948c000cec Mon Sep 17 00:00:00 2001 From: tremor021 Date: Tue, 24 Jun 2025 13:12:37 +0200 Subject: [PATCH] Update notesnook --- install/notesnook-install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/notesnook-install.sh b/install/notesnook-install.sh index a396c98f..f5273eb3 100644 --- a/install/notesnook-install.sh +++ b/install/notesnook-install.sh @@ -18,16 +18,16 @@ $STD apt-get install -y make git msg_ok "Installed Dependencies" NODE_MODULE="yarn" setup_nodejs - -msg_info "Installing Notesnook (Patience)" fetch_and_deploy_gh_release "notesnook" "streetwriters/notesnook" "tarball" + +msg_info "Configuring Notesnook (Patience)" cd /opt/notesnook export NODE_OPTIONS="--max-old-space-size=2560" mkdir -p certs $STD openssl req -x509 -newkey rsa:4096 -keyout certs/key.pem -out certs/cert.pem -days 365 -nodes -subj "/CN=localhost" $STD npm install $STD npm run build:web -msg_ok "Installed Notesnook" +msg_ok "Configured Notesnook" msg_info "Creating Service" cat </etc/systemd/system/notesnook.service