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

View File

@ -27,7 +27,6 @@ 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 npm install
$STD npm run build:web
msg_ok "Configured Notesnook"