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 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" | 
