diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-04 13:44:02 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-04 13:44:02 -0300 |
commit | 044b408a5c9ad9ad9f1b69582449171d6a00cb99 (patch) | |
tree | faf429cd658fe4a990d1d0602bbfef34d0546e80 | |
parent | 716a7ebc18cd080657e14f8044b3255a83f16a26 (diff) | |
download | all-044b408a5c9ad9ad9f1b69582449171d6a00cb99.tar.gz all-044b408a5c9ad9ad9f1b69582449171d6a00cb99.tar.bz2 all-044b408a5c9ad9ad9f1b69582449171d6a00cb99.tar.xz all-044b408a5c9ad9ad9f1b69582449171d6a00cb99.zip |
init mods
-rwxr-xr-x | init.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -64,6 +64,8 @@ elif [[ "${CMD}" == "manaplus" ]]; then ${CLONE2}manaplus/manaplus.git manaplus elif [[ "${CMD}" == "media" ]]; then ${CLONE1}/art.git art +elif [[ "${CMD}" == "mods" ]]; then + ${CLONE1}/mods.git client-data/mods elif [[ "${CMD}" == "update" ]]; then ${CLONEA}/hercules.git server-code ${CLONE1}/evol-hercules.git server-code/src/evol @@ -73,6 +75,7 @@ fi if [[ "${CMD}" == "all" ]]; then ${CLONE1}/evol-music.git music + ${CLONE1}/mods.git client-data/mods ln -s music/music client-data/ ${CLONE2}manaplus/manaplus.git manaplus fi |