diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-03-08 11:13:49 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-06-17 13:21:27 +0200 |
commit | 11d65e9f5ed05335bf6bf1d05db52dcf3288223f (patch) | |
tree | 0c6a99f8d1985846fdf32c3bfc4090d0abec6c81 /install | |
parent | 73089149350e2ae7f5d5b4901d9fb914722bfac1 (diff) | |
download | Ishtar-11d65e9f5ed05335bf6bf1d05db52dcf3288223f.tar.bz2 Ishtar-11d65e9f5ed05335bf6bf1d05db52dcf3288223f.zip |
Fix postgis installation
Diffstat (limited to 'install')
-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" |