From b27cb4d178fff9721ee4bc21b14cbf398a6a1b9d Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 11 Dec 2025 13:49:24 +0100 Subject: [PATCH] Update postgresus-install.sh --- install/postgresus-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/postgresus-install.sh b/install/postgresus-install.sh index 59480852..4624fd33 100644 --- a/install/postgresus-install.sh +++ b/install/postgresus-install.sh @@ -20,8 +20,8 @@ msg_ok "Installed Dependencies" import_local_ip PG_VERSION="17" setup_postgresql PG_DB_NAME="postgresus" PG_DB_USER="postgresus" setup_postgresql_db -GO_VERSION="1.23" setup_golang -NODE_VERSION="20" setup_nodejs +setup_go +NODE_VERSION="24" setup_nodejs fetch_and_deploy_gh_release "postgresus" "RostislavDugin/postgresus" "tarball" "latest" "/opt/postgresus"