From fa492da6dabb653fdcb423a5f5809deff8968523 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 29 Jan 2020 15:03:14 +0100 Subject: Work on new package --- install/ishtar-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/ishtar-install b/install/ishtar-install index 5a1d2a12b..7e841e116 100755 --- a/install/ishtar-install +++ b/install/ishtar-install @@ -430,7 +430,7 @@ EOF cecho y "Installing postgresql" echo "" POSTGIS=postgresql-11-postgis-2.5 - ( set -x; $sh_c 'sleep 3; apt-get install -y -q postgresql postgresql-contrib '$POSTGIS' '$POSTGIS'-scripts postgresql-contrib-9.6' ) + ( set -x; $sh_c 'sleep 3; apt-get install -y -q postgresql postgresql-contrib '$POSTGIS' '$POSTGIS'-scripts' ) fi echo "-------------------------------------------------------------------------------"; cecho y "Installing Ishtar dependencies" -- cgit v1.2.3