Compare commits

...

2 Commits

Author SHA1 Message Date
tremor021
c10a7c3000 Update Notesnook 2025-05-25 22:36:49 +02:00
tremor021
b05f16826c Update Notesnook 2025-05-25 22:29:30 +02:00

View File

@ -32,7 +32,8 @@ function update_script() {
systemctl stop notesnook
msg_ok "Stopped Service"
msg_info "Updating ${APP}"
msg_info "Updating ${APP} (Patience)"
rm -rf /opt/notesnook
fetch_and_deploy_gh_release "streetwriters/notesnook"
cd /opt/notesnook
export NODE_OPTIONS="--max-old-space-size=2560"
@ -55,4 +56,4 @@ description
msg_ok "Completed Successfully!\n"
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
echo -e "${TAB}${GATEWAY}${BGN}https://<your_domain>${CL}"
echo -e "${TAB}${GATEWAY}${BGN}https://${IP}:3000${CL}"