From 70ba32d7904c3375b4b0f91c00e3e0a9f01328eb Mon Sep 17 00:00:00 2001 From: Gredin 67 Date: Sat, 23 Jan 2021 20:38:04 +0100 Subject: [PATCH] add postgresql dependency --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 7e55ac0..91f698b 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="deb1 deb2 php$YNH_DEFAULT_PHP_VERSION-deb1 php$YNH_DEFAULT_PHP_VERSION-deb2" +pkg_dependencies="postgresql" #================================================= # PERSONAL HELPERS