summaryrefslogtreecommitdiff
path: root/install/ishtar-install
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-11-24 10:41:00 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2026-03-23 10:07:40 +0100
commit015c8f892cf6fbe2339a2b662fcccd5965419b41 (patch)
treec50fd578c36729a5f21620685e3f13f8fb8fab5f /install/ishtar-install
parente79327d84c8e18b83e8528b707d064a89259b1eb (diff)
downloadIshtar-015c8f892cf6fbe2339a2b662fcccd5965419b41.tar.bz2
Ishtar-015c8f892cf6fbe2339a2b662fcccd5965419b41.zip
🚀 Debian package: delete unecessary files, adapt and add install templates
Diffstat (limited to 'install/ishtar-install')
-rwxr-xr-xinstall/ishtar-install6
1 files changed, 3 insertions, 3 deletions
diff --git a/install/ishtar-install b/install/ishtar-install
index 2e4ef9fc0..ced980082 100755
--- a/install/ishtar-install
+++ b/install/ishtar-install
@@ -331,7 +331,7 @@ EOF
# Run setup for each distro accordingly
case "$lsb_dist" in
ubuntu|debian|raspbian)
- if [ "$dist_version" != "buster" ] ; then
+ if [ "$dist_version" != "bullseye" ] ; then
echo ""
cecho r " Sorry this script cannot manage your version of Debian/Ubuntu."
echo ""
@@ -396,12 +396,12 @@ EOF
( set -x; $sh_c 'sleep 3; apt-get install -y -q uwsgi uwsgi-plugin-python3 nginx' )
fi
- if [ "$dist_version" == "buster" ]; then
+ if [ "$dist_version" == "bullseye" ]; then
if [ "$default_db" == '127.0.0.1' ]; then
echo "-------------------------------------------------------------------------------";
cecho y "Installing postgresql"
echo ""
- POSTGIS=postgresql-11-postgis-2.5
+ POSTGIS=postgresql-13-postgis-3
( set -x; $sh_c 'sleep 3; apt-get install -y -q postgresql postgresql-contrib '$POSTGIS' '$POSTGIS'-scripts' )
fi
echo "-------------------------------------------------------------------------------";