From ed8ba99a71c0b7d86f1ff8488aef15710949d05d Mon Sep 17 00:00:00 2001 From: tremor021 Date: Tue, 13 May 2025 13:35:54 +0200 Subject: [PATCH] Update Bitmagnet --- install/alpine-bitmagnet-install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/alpine-bitmagnet-install.sh b/install/alpine-bitmagnet-install.sh index fe959e8..88856ce 100644 --- a/install/alpine-bitmagnet-install.sh +++ b/install/alpine-bitmagnet-install.sh @@ -24,9 +24,9 @@ msg_ok "Installed dependencies" msg_info "Installing PostgreSQL" $STD apk add --no-cache \ - postgresql15 \ - postgresql15-contrib \ - postgresql15-openrc + postgresql16 \ + postgresql16-contrib \ + postgresql16-openrc $STD rc-update add postgresql $STD rc-service postgresql start msg_ok "Installed PostreSQL"