diff options
-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 |