summaryrefslogtreecommitdiff
path: root/init.sh
diff options
context:
space:
mode:
Diffstat (limited to 'init.sh')
-rwxr-xr-xinit.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.sh b/init.sh
index b04055d..45f0cb5 100755
--- a/init.sh
+++ b/init.sh
@@ -28,6 +28,7 @@ if [[ "${CMD}" == "all" || "${CMD}" == "default" ]]; then
${CLONEA}/evol-hercules.git server-code/src/evol
${CLONEA}/evol-local.git server-local # Do this even serves any purpose?
${CLONE1}/Docs.git docs
+ ${CLONE1}/TheManaWorld_Wiki.wiki.git wiki
ln -s server-code/src/evol server-plugin
elif [[ "${CMD}" == "server" ]]; then
${CLONEA}/hercules.git server-code
@@ -51,6 +52,7 @@ elif [[ "${CMD}" == "tools" ]]; then
${CLONE1}/evol-tools.git tools
elif [[ "${CMD}" == "docs" ]]; then
${CLONE1}/Docs.git docs
+ ${CLONE1}/TheManaWorld_Wiki.wiki.git wiki
elif [[ "${CMD}" == "manaplus" ]]; then
${CLONE2}manaplus/manaplus.git manaplus
elif [[ "${CMD}" == "media" ]]; then