Update Ghostfolio and Warracker install scripts

Bump default Debian and dependency versions for Ghostfolio and Warracker. Streamline Ghostfolio update and install logic, improve backup handling, and update commands to use latest Node.js, PostgreSQL, and Python versions. Clean up redundant steps and standardize output handling.
This commit is contained in:
CanbiZ
2025-09-29 14:08:07 +02:00
parent 01bccd8145
commit cc4ceee5ab
3 changed files with 39 additions and 65 deletions

View File

@@ -20,7 +20,7 @@ $STD apt install -y \
nginx
msg_ok "Installed Dependencies"
PYTHON_VERSION="3.12" setup_uv
PYTHON_VERSION="3.13" setup_uv
PG_VERSION="17" setup_postgresql
msg_info "Setup PostgreSQL"