From 86ab466aaa56b7e888fc3f065844178061559799 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 10 Feb 2021 19:40:55 -0300 Subject: Do not fetch an unmaintained version of M+ --- init.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/init.sh b/init.sh index ab33ba4..7bb1551 100755 --- a/init.sh +++ b/init.sh @@ -2,6 +2,7 @@ export LANG=C export GROUP=evol +export NAMESPACE=themanaworld CMD="$1" PROTO="git@gitlab.com:" @@ -16,7 +17,7 @@ fi CLONECMD="git clone --origin upstream" CLONE1="${CLONECMD} ${PROTO}${GROUP}" -CLONE2="${CLONECMD} ${PROTO}" +CLONE2="${CLONECMD} ${PROTO}${NAMESPACE}" if [[ "${CMD}" == "all" || "${CMD}" == "default" ]]; then ${CLONE1}/clientdata.git client-data @@ -50,13 +51,13 @@ elif [[ "${CMD}" == "tools" ]]; then elif [[ "${CMD}" == "docs" ]]; then ${CLONE1}/evol-docs.git docs elif [[ "${CMD}" == "manaplus" ]]; then - ${CLONE2}manaplus/manaplus.git manaplus + ${CLONE2}/manaplus/manaplus.git manaplus elif [[ "${CMD}" == "media" ]]; then ${CLONE1}/evol-media.git media fi if [[ "${CMD}" == "all" ]]; then ${CLONE1}/evol-music.git music - ${CLONE2}manaplus/manaplus.git manaplus + ${CLONE2}/manaplus/manaplus.git manaplus ${CLONE1}/evol-media.git media fi -- cgit v1.2.3-60-g2f50