From 635b8f2703c91c234729be61a4fd09d219d116b8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 8 Mar 2019 11:13:49 +0100 Subject: Fix postgis installation --- install/ishtar-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') diff --git a/install/ishtar-install b/install/ishtar-install index fe14f6adb..bb779a3f6 100755 --- a/install/ishtar-install +++ b/install/ishtar-install @@ -414,7 +414,7 @@ EOF cecho y "Installing postgresql" echo "" POSTGIS=postgresql-9.6-postgis-2.3 - ( set -x; $sh_c 'sleep 3; apt-get install -y -q postgresql' $POSTGIS $POSTGIS'-scripts postgresql-contrib-9.6' ) + ( set -x; $sh_c 'sleep 3; apt-get install -y -q postgresql $POSTGIS $POSTGIS-scripts postgresql-contrib-9.6' ) fi echo "-------------------------------------------------------------------------------"; cecho y "Installing Ishtar dependencies" -- cgit v1.2.3