summaryrefslogtreecommitdiff
path: root/init.sh
diff options
context:
space:
mode:
Diffstat (limited to 'init.sh')
-rwxr-xr-xinit.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/init.sh b/init.sh
index 895e76c..d24c4fc 100755
--- a/init.sh
+++ b/init.sh
@@ -64,6 +64,11 @@ elif [[ "${CMD}" == "manaplus" ]]; then
${CLONE2}manaplus/manaplus.git manaplus
elif [[ "${CMD}" == "media" ]]; then
${CLONE1}/art.git art
+elif [[ "${CMD}" == "update" ]]; then
+ ${CLONEA}/hercules.git server-code
+ ${CLONE1}/evol-hercules.git server-code/src/evol
+ cd server-code/src/evol ; git checkout tmw2 ; cd ../../..
+ ln -s server-code/src/evol server-plugin
fi
if [[ "${CMD}" == "all" ]]; then