Update Node.js version and improve MySQL setup for Debian

Bumps Node.js version from 22 to 24 in ente-install.sh. Enhances MySQL setup in tools.func to explicitly block installation on Debian Trixie/forky/sid due to incompatibility, providing alternative solutions and clearer messaging.
This commit is contained in:
CanbiZ
2025-10-21 09:46:00 +02:00
parent 1961175ba2
commit 4ac0db3dc2
2 changed files with 16 additions and 12 deletions

View File

@@ -24,7 +24,7 @@ msg_ok "Installed Dependencies"
PG_VERSION="17" setup_postgresql
setup_go
NODE_VERSION="22" NODE_MODULE="yarn" setup_nodejs
NODE_VERSION="24" NODE_MODULE="yarn" setup_nodejs
fetch_and_deploy_gh_release "ente" "ente-io/ente" "tarball" "latest" "/opt/ente"
msg_info "Setting up PostgreSQL"