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