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 | 635b8f2703c91c234729be61a4fd09d219d116b8 (patch) | |
tree | 0c6a99f8d1985846fdf32c3bfc4090d0abec6c81 /install/ishtar-install | |
parent | 02deae446f48e5dd007176237b79d2cfa9b72bf1 (diff) | |
download | Ishtar-635b8f2703c91c234729be61a4fd09d219d116b8.tar.bz2 Ishtar-635b8f2703c91c234729be61a4fd09d219d116b8.zip |
Fix postgis installation
Diffstat (limited to 'install/ishtar-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" |