summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-14 13:50:32 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-14 13:50:32 -0200
commita893ab4da6684533dc746b1df31cef3560388412 (patch)
treee071d09eed7b4f3a793204e8ca59189309734676
parenta388fe0caefb046480af96fa382d486f47f06a26 (diff)
downloadall-a893ab4da6684533dc746b1df31cef3560388412.tar.gz
all-a893ab4da6684533dc746b1df31cef3560388412.tar.bz2
all-a893ab4da6684533dc746b1df31cef3560388412.tar.xz
all-a893ab4da6684533dc746b1df31cef3560388412.zip
./init.sh update
-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