Update postgresus-install.sh

This commit is contained in:
CanbiZ 2025-12-11 13:49:24 +01:00
parent cf73665ed1
commit b27cb4d178

View File

@ -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"