Compare commits

..

No commits in common. "c10a7c30006e380dff400f847269d9893a72490e" and "23da55535f5f441710890b410f81d11b143cdd46" have entirely different histories.

View File

@ -32,8 +32,7 @@ function update_script() {
systemctl stop notesnook
msg_ok "Stopped Service"
msg_info "Updating ${APP} (Patience)"
rm -rf /opt/notesnook
msg_info "Updating ${APP}"
fetch_and_deploy_gh_release "streetwriters/notesnook"
cd /opt/notesnook
export NODE_OPTIONS="--max-old-space-size=2560"
@ -56,4 +55,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://${IP}:3000${CL}"
echo -e "${TAB}${GATEWAY}${BGN}https://<your_domain>${CL}"