Update Bitmagnet

This commit is contained in:
tremor021 2025-05-13 13:35:54 +02:00
parent fb93d80f9d
commit ed8ba99a71

View File

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