mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 11:50:06 +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
|
|
@ -15,12 +15,13 @@ update_os
|
|||
|
||||
msg_info "Installing Dependencies"
|
||||
$STD apt-get install -y \
|
||||
postgresql \
|
||||
apache2 \
|
||||
php-{curl,dom,json,ctype,pgsql,gmp,mbstring,iconv,zip} \
|
||||
libapache2-mod-php
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
PG_VERSION="16" install_postgresql
|
||||
|
||||
msg_info "Setting up PostgreSQL"
|
||||
DB_NAME=freshrss
|
||||
DB_USER=freshrss
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue