diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-29 21:47:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-29 21:47:20 +0300 |
commit | c6ef7a2d51247474d8f69d861cce630fb4b6b925 (patch) | |
tree | 03d99e6e580f5cb7597ec8377c7daf1e1c38910e /init.sh | |
parent | 9bdd2869d270c2ee21c0a03726be92552ce2697c (diff) | |
download | evol-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-x | init.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |