mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-01 21:30:09 +00:00
merge PostgreSQL to tools.func Installer (#4752)
* Update tools.func * Merge PostgreSQL to tools.func Installer
This commit is contained in:
parent
8708980786
commit
58586cbfc8
7 changed files with 23 additions and 33 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue