diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-10-24 11:21:47 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-10-24 11:21:47 +0200 |
commit | 8eaac41ffb80a878a7492bd633f4d53aa47219e3 (patch) | |
tree | 9db24b0ed38764acb78703ae8dfd19c8704996b3 /install/ishtar-install | |
parent | 93df1fbe2a4e324f7a4beb5efee9bd57cc674bf6 (diff) | |
download | Ishtar-8eaac41ffb80a878a7492bd633f4d53aa47219e3.tar.bz2 Ishtar-8eaac41ffb80a878a7492bd633f4d53aa47219e3.zip |
Install: add postgresql-contrib to missing dependencies
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 a0d0b9d2a..119dab2ad 100755 --- a/install/ishtar-install +++ b/install/ishtar-install @@ -444,7 +444,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 postgresql-contrib '$POSTGIS' '$POSTGIS'-scripts postgresql-contrib-9.6' ) fi echo "-------------------------------------------------------------------------------"; cecho y "Installing Ishtar dependencies" |