From cfd524448a34775f77baf5ae3357c43b3f3e361b 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(-) (limited to 'install') 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