From 403da6d97bc2883f14b1f27eb87b5c8532da5d79 Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Wed, 20 Feb 2019 15:38:53 -0600 Subject: [PATCH] Fix for strange postgres install bug --- script/build/debian/postgres.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/build/debian/postgres.sh b/script/build/debian/postgres.sh index 8f264f84..70739838 100755 --- a/script/build/debian/postgres.sh +++ b/script/build/debian/postgres.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash set -e -apt-get -yy install libpq5=9.6.10-0+deb9u1 libpq-dev=9.6.10-0+deb9u1 postgresql=9.6+181+deb9u1 +apt-get -yy install postgresql-client-9.6