From: Sarah Hoffmann Date: Sun, 11 Oct 2020 07:45:37 +0000 (+0200) Subject: Merge pull request #2006 from mtmail/ubuntu-20-postgresql-contrib X-Git-Tag: v3.6.0~55 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/f7a9462337355b4dfd1a5f487a2125b54caeee0f?hp=17f24d006157dde7d2959e5015f3e88bba99ac16 Merge pull request #2006 from mtmail/ubuntu-20-postgresql-contrib Ubuntu 20: use postgresql-contrib-12 so no version higher gets installed --- 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