diff --git a/install/joplin-server-install.sh b/install/joplin-server-install.sh index 5cc2af32..45f20166 100644 --- a/install/joplin-server-install.sh +++ b/install/joplin-server-install.sh @@ -19,7 +19,7 @@ $STD apt-get install -y \ rsync msg_ok "Installed Dependencies" -PG_VERSION="16" setup_postgresql +PG_VERSION="17" setup_postgresql NODE_VERSION=22 NODE_MODULE="yarn@latest,npm@latest,pm2@latest" setup_nodejs mkdir -p /opt/pm2 export PM2_HOME=/opt/pm2