1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/aeneria_ynh.git synced 2024-09-03 18:06:15 +02:00

Add postgresql-client dependency

This commit is contained in:
Simon Mellerin 2020-11-26 19:23:38 +01:00
parent 5dbb174517
commit b17d1b68f1

View file

@ -5,7 +5,7 @@
#================================================= #=================================================
# dependencies used by the app # dependencies used by the app
pkg_dependencies="apt-transport-https postgresql postgresql-contrib" pkg_dependencies="apt-transport-https postgresql postgresql-client"
YNH_PHP_VERSION="7.3" YNH_PHP_VERSION="7.3"