merge PostgreSQL to tools.func Installer (#4752)

* Update tools.func

* Merge PostgreSQL to tools.func Installer
This commit is contained in:
CanbiZ 2025-05-27 15:28:05 +02:00 committed by GitHub
parent 8708980786
commit 58586cbfc8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 23 additions and 33 deletions

View file

@ -17,7 +17,6 @@ msg_info "Installing Dependencies"
$STD apt-get install -y \
apache2 \
redis-server \
postgresql \
build-essential \
libxml2-dev \
libxslt1-dev \
@ -27,6 +26,8 @@ $STD apt-get install -y \
zlib1g-dev
msg_ok "Installed Dependencies"
PG_VERSION="16" install_postgresql
msg_info "Installing Python"
$STD apt-get install -y \
python3 \