From: marc tobias Date: Sat, 10 Oct 2020 00:42:46 +0000 (+0200) Subject: Ubuntu 20: use postgresql-contrib-12 so no version higher gets installed X-Git-Tag: v3.6.0~55^2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/eb8bce22b8fc5069b77913a16e3061476a659770 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