Update linkwarden-install.sh

This commit is contained in:
CanbiZ 2025-05-27 13:42:57 +02:00
parent 7bd542096b
commit f2eeec42cb

View File

@ -21,7 +21,7 @@ $STD apt-get install -y \
msg_ok "Installed Dependencies"
NODE_VERSION="22" NODE_MODULE="yarn@latest" install_node_and_modules
PG_VERSION="15" install_postgresql
PG_VERSION="16" install_postgresql
RUST_CRATES="monolith" install_rust_and_crates
msg_info "Setting up PostgreSQL DB"