From 1323e263b256185cf379160375b8f755c081d48a Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 24 Apr 2017 23:21:49 -0600 Subject: [PATCH] Update postgres.sh --- freebsd/resources/postgres.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/freebsd/resources/postgres.sh b/freebsd/resources/postgres.sh index 2ab6ed2..e89226c 100755 --- a/freebsd/resources/postgres.sh +++ b/freebsd/resources/postgres.sh @@ -7,6 +7,9 @@ cd "$(dirname "$0")" . ./config.sh . ./colors.sh +#install the dependencies +pkg install --yes sudo + #move to /tmp to prevent an error when running sudo with psql cwd=$(pwd) cd /tmp