From eb8bce22b8fc5069b77913a16e3061476a659770 Mon Sep 17 00:00:00 2001 From: marc tobias Date: Sat, 10 Oct 2020 02:42:46 +0200 Subject: [PATCH] Ubuntu 20: use postgresql-contrib-12 so no version higher gets installed --- vagrant/Install-on-Ubuntu-20.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant/Install-on-Ubuntu-20.sh b/vagrant/Install-on-Ubuntu-20.sh index b182ecfd..a6cc3706 100644 --- a/vagrant/Install-on-Ubuntu-20.sh +++ b/vagrant/Install-on-Ubuntu-20.sh @@ -31,7 +31,7 @@ export DEBIAN_FRONTEND=noninteractive #DOCS: libboost-filesystem-dev libexpat1-dev zlib1g-dev \ libbz2-dev libpq-dev libproj-dev \ postgresql-server-dev-12 postgresql-12-postgis-3 \ - postgresql-contrib postgresql-12-postgis-3-scripts \ + postgresql-contrib-12 postgresql-12-postgis-3-scripts \ php php-pgsql php-intl \ python3-psycopg2 git -- 2.45.1