mirror of
https://github.com/YunoHost-Apps/framaforms_ynh.git
synced 2024-09-03 18:36:12 +02:00
[fix] Missing dependencies
This commit is contained in:
parent
617b09b282
commit
6e1b2bbf38
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ ynh_app_setting_set $app is_public $is_public
|
||||||
# INSTALL DEPENDENCIES
|
# INSTALL DEPENDENCIES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
ynh_install_app_dependencies postgresql
|
ynh_install_app_dependencies postgresql php-pgsql
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# CREATE A PostgreSQL DATABASE
|
# CREATE A PostgreSQL DATABASE
|
||||||
|
|
Loading…
Reference in a new issue