From e37dc8408ba5e96657a748985125cf8a330ec0ce Mon Sep 17 00:00:00 2001 From: Gredin67 <35761345+Gredin67@users.noreply.github.com> Date: Wed, 15 Apr 2020 10:38:11 +0200 Subject: [PATCH] Removed postgres and postgres-client dependency to speed up debugging install script --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index a1f2cd6..ecd263f 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="postgresql postgresql-client" +pkg_dependencies="" #================================================= # PERSONAL HELPERS