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 | cfd524448a34775f77baf5ae3357c43b3f3e361b (patch) | |
tree | 3159e76634a597b9a1b7220a3f26e7ab6ae1805d /install | |
parent | 8dd139ffe65c55514b7f4303d412e3c2e4994fb7 (diff) | |
download | Ishtar-cfd524448a34775f77baf5ae3357c43b3f3e361b.tar.bz2 Ishtar-cfd524448a34775f77baf5ae3357c43b3f3e361b.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" |