diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-01-29 15:03:14 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-07-01 18:02:28 +0200 |
commit | fa492da6dabb653fdcb423a5f5809deff8968523 (patch) | |
tree | 3159e76634a597b9a1b7220a3f26e7ab6ae1805d /install | |
parent | e9d836c4fb1c72978d3ab7ee781c5c4f02730915 (diff) | |
download | Ishtar-fa492da6dabb653fdcb423a5f5809deff8968523.tar.bz2 Ishtar-fa492da6dabb653fdcb423a5f5809deff8968523.zip |
Work on new package
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 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" |