Notesnook: last changes
This commit is contained in:
parent
613f146cb1
commit
52f58a6b03
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user