diff --git a/ct/notesnook.sh b/ct/notesnook.sh index fdc95bb7..942db0c3 100644 --- a/ct/notesnook.sh +++ b/ct/notesnook.sh @@ -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 diff --git a/install/notesnook-install.sh b/install/notesnook-install.sh index de0fd2f6..64afd6cb 100644 --- a/install/notesnook-install.sh +++ b/install/notesnook-install.sh @@ -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"