From 2c24c821d0663d451883b4fdf6da738fa4334919 Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Mon, 14 Apr 2025 08:03:12 +0200
Subject: [PATCH] Changed the link

Signed-off-by: Martin Weise <martin.weise@tuwien.ac.at>
---
 install.sh | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/install.sh b/install.sh
index 4cf8abc2ac..d200d739da 100644
--- a/install.sh
+++ b/install.sh
@@ -1,7 +1,8 @@
 #!/bin/bash
 
 # preset
-VERSION="1.8.1"
+APP_VERSION="1.8.1"
+DOC_VERSION="1.8"
 MIN_CPU=8
 MIN_RAM=4
 MIN_MAP_COUNT=262144
@@ -63,8 +64,8 @@ else
 fi
 
 # environment
-echo "[🚀] Gathering environment for version ${VERSION} ..."
-curl -ksSL -o ./dist.tar.gz "https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/${VERSION}/dist.tar.gz"
+echo "[🚀] Gathering environment for version ${APP_VERSION} ..."
+curl -ksSL -o ./dist.tar.gz "https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/${APP_VERSION}/dist.tar.gz"
 tar xzfv ./dist.tar.gz
 
 if [[ $DOWNLOAD_ONLY -eq 1 ]]; then
@@ -72,7 +73,7 @@ if [[ $DOWNLOAD_ONLY -eq 1 ]]; then
   exit 0
 fi
 
-echo "[📦] Pulling images for version ${VERSION} ..."
+echo "[📦] Pulling images for version ${APP_VERSION} ..."
 docker compose pull
 
 echo "[🎉] Success!"
@@ -86,4 +87,4 @@ echo "Then start the local deployment with:"
 echo ""
 echo "  docker compose up -d"
 echo ""
-echo "Read about next steps online: https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/${VERSION}/installation/#next-steps"
+echo "Read about next steps online: https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/${DOC_VERSION}/installation/#next-steps"
-- 
GitLab