From 2fa0268a6631586ac1639b69916a5d9895b3456c Mon Sep 17 00:00:00 2001 From: zino Date: Sat, 25 Nov 2023 02:26:49 +0100 Subject: [PATCH] modified --- install_funmaps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_funmaps.sh b/install_funmaps.sh index 8c3fb4a..6509671 100644 --- a/install_funmaps.sh +++ b/install_funmaps.sh @@ -11,7 +11,7 @@ VOLUMES_DIR="${CURRENT_DIR}/volumes" CONFIG_REPO_DIR="$(mktemp -d)" # Combined Git clone command -GIT_COMMAND="sudo git clone -b funmaps ssh://git@git.zinomedia.de:222/zino/lgsm-cs.git ${CONFIG_REPO_DIR}" +GIT_COMMAND="sudo git clone -b funmaps ssh://git@git.zinomedia.de:222/zino/lgsm-csserver.git ${CONFIG_REPO_DIR}" # Function to display [INFO] in blue and the message in default color info() {