summaryrefslogtreecommitdiff
path: root/init.sh
diff options
context:
space:
mode:
Diffstat (limited to 'init.sh')
-rwxr-xr-xinit.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/init.sh b/init.sh
index 5442b65..895e76c 100755
--- a/init.sh
+++ b/init.sh
@@ -27,9 +27,9 @@ if [[ "${CMD}" == "all" || "${CMD}" == "default" ]]; then
${CLONE1}/evol-tools.git tools
${CLONE1}/evol-hercules.git server-code/src/evol
cd server-code/src/evol ; git checkout tmw2 ; cd ../../..
- ${CLONEA}/evol-local.git server-local # Do this even serves any purpose?
+ ${CLONEA}/evol-local.git server-local # Do this even serve any purpose?
${CLONE1}/Docs.git docs
- ${CLONE1}/TheManaWorld_Wiki.wiki.git wiki
+ ${CLONE1}/Docs.wiki.git wiki
ln -s server-code/src/evol server-plugin
elif [[ "${CMD}" == "server" ]]; then
${CLONEA}/hercules.git server-code
@@ -59,11 +59,11 @@ elif [[ "${CMD}" == "plugin" ]]; then
ln -s server-code/src/evol server-plugin
elif [[ "${CMD}" == "docs" ]]; then
${CLONE1}/Docs.git docs
- ${CLONE1}/TheManaWorld_Wiki.wiki.git wiki
+ ${CLONE1}/Docs.wiki.git wiki
elif [[ "${CMD}" == "manaplus" ]]; then
${CLONE2}manaplus/manaplus.git manaplus
elif [[ "${CMD}" == "media" ]]; then
- ${CLONE1}/evol-media.git media
+ ${CLONE1}/art.git art
fi
if [[ "${CMD}" == "all" ]]; then