summaryrefslogtreecommitdiff
path: root/init.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-01-29 21:47:20 +0300
committerAndrei Karas <akaras@inbox.ru>2016-01-29 21:47:20 +0300
commitc6ef7a2d51247474d8f69d861cce630fb4b6b925 (patch)
tree03d99e6e580f5cb7597ec8377c7daf1e1c38910e /init.sh
parent9bdd2869d270c2ee21c0a03726be92552ce2697c (diff)
downloadevol-all-c6ef7a2d51247474d8f69d861cce630fb4b6b925.tar.gz
evol-all-c6ef7a2d51247474d8f69d861cce630fb4b6b925.tar.bz2
evol-all-c6ef7a2d51247474d8f69d861cce630fb4b6b925.tar.xz
evol-all-c6ef7a2d51247474d8f69d861cce630fb4b6b925.zip
Add evol-docs into all scripts.
Diffstat (limited to 'init.sh')
-rwxr-xr-xinit.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.sh b/init.sh
index 7a47dec..7f4fb53 100755
--- a/init.sh
+++ b/init.sh
@@ -20,6 +20,7 @@ if [[ "${CMD}" == "all" || "${CMD}" == "default" ]]; then
git clone ${PROTO}evol/evol-tools.git tools
git clone ${PROTO}evol/evol-hercules.git server-code/src/evol
git clone ${PROTO}evol/evol-local.git server-local
+ git clone ${PROTO}evol/evol-docs.git docs
ln -s server-code/src/evol server-plugin
elif [[ "${CMD}" == "server" ]]; then
git clone ${PROTO}evol/hercules.git server-code
@@ -41,6 +42,8 @@ elif [[ "${CMD}" == "local" ]]; then
ln -s server-code/src/evol server-plugin
elif [[ "${CMD}" == "tools" ]]; then
git clone ${PROTO}evol/evol-tools.git tools
+elif [[ "${CMD}" == "docs" ]]; then
+ git clone ${PROTO}evol/evol-docs.git docs
elif [[ "${CMD}" == "manaplus" ]]; then
git clone ${PROTO}manaplus/manaplus.git manaplus
elif [[ "${CMD}" == "media" ]]; then