From 4acdc206b10fdfe93fe4d41610c6624d4246c331 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 10 Jun 2022 15:46:46 -0300 Subject: Some repositories were renamed --- init.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/init.sh b/init.sh index bddad9f..7e61676 100755 --- a/init.sh +++ b/init.sh @@ -22,7 +22,7 @@ if [[ "${CMD}" == "all" || "${CMD}" == "default" ]]; then ${CLONE1}/clientdata.git client-data ${CLONE1}/hercules.git server-code ${CLONE1}/serverdata.git server-data - ${CLONE1}/evol-tools.git tools + ${CLONE1}/tools.git tools ${CLONE1}/evol-hercules.git server-code/src/evol cd server-code/src/evol ; git checkout tmw2 ; cd ../../.. ${CLONE1}/Docs.git docs @@ -33,22 +33,22 @@ elif [[ "${CMD}" == "server" ]]; then ${CLONE1}/serverdata.git server-data ${CLONE1}/evol-hercules.git server-code/src/evol cd server-code/src/evol ; git checkout tmw2 ; cd ../../.. - ${CLONE1}/evol-tools.git tools + ${CLONE1}/tools.git tools ln -s server-code/src/evol server-plugin elif [[ "${CMD}" == "client" ]]; then ${CLONE1}/clientdata.git client-data - ${CLONE1}/evol-tools.git tools + ${CLONE1}/tools.git tools elif [[ "${CMD}" == "music" ]]; then - ${CLONE1}/evol-music.git music + ${CLONE1}/music.git music elif [[ "${CMD}" == "local" ]]; then ${CLONE1}/hercules.git server-code ${CLONE1}/serverdata.git server-data ${CLONE1}/evol-hercules.git server-code/src/evol cd server-code/src/evol ; git checkout tmw2 ; cd ../../.. - ${CLONE1}/evol-tools.git tools + ${CLONE1}/tools.git tools ln -s server-code/src/evol server-plugin elif [[ "${CMD}" == "tools" ]]; then - ${CLONE1}/evol-tools.git tools + ${CLONE1}/tools.git tools elif [[ "${CMD}" == "plugin" ]]; then ${CLONE1}/evol-hercules.git server-code/src/evol cd server-code/src/evol ; git checkout tmw2 ; cd ../../.. @@ -70,7 +70,7 @@ elif [[ "${CMD}" == "update" ]]; then fi if [[ "${CMD}" == "all" ]]; then - ${CLONE1}/evol-music.git music + ${CLONE1}/music.git music ${CLONE1}/mods.git client-data/mods ln -s music/music client-data/ ${CLONE2}manaplus/manaplus.git manaplus -- cgit v1.2.3-60-g2f50