mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 16:05:54 +00:00
Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED
This commit is contained in:
@@ -19,10 +19,10 @@ msg_ok "Installed Dependencies"
|
||||
|
||||
NODE_MODULE="yarn" install_node_and_modules
|
||||
|
||||
msg_info "Installing Notesnook"
|
||||
msg_info "Installing Notesnook (Patience)"
|
||||
fetch_and_deploy_gh_release "streetwriters/notesnook"
|
||||
cd /opt/notesnook
|
||||
#export NODE_OPTIONS="--max-old-space-size=2048"
|
||||
export NODE_OPTIONS="--max-old-space-size=2560"
|
||||
$STD npm install
|
||||
$STD npm run build:web
|
||||
msg_ok "Installed Notesnook"
|
||||
@@ -50,7 +50,6 @@ motd_ssh
|
||||
customize
|
||||
|
||||
msg_info "Cleaning up"
|
||||
rm -f "$temp_file"
|
||||
$STD apt-get -y autoremove
|
||||
$STD apt-get -y autoclean
|
||||
msg_ok "Cleaned"
|
||||
|
||||
Reference in New Issue
Block a user