From 8ba192c01abe5bf3e5997be52c508ab36a73795e Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sun, 13 Mar 2022 23:33:24 +0100 Subject: [PATCH] setting up pkg_dependencies --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index ecd263f..c0220ac 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="" +pkg_dependencies="postgresql postgresql-contrib" #================================================= # PERSONAL HELPERS