diff options
| -rwxr-xr-x | install/ishtar-install | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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" | 
