From 044b408a5c9ad9ad9f1b69582449171d6a00cb99 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 4 May 2019 13:44:02 -0300 Subject: init mods --- init.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.sh b/init.sh index 6e37a7f..1c48314 100755 --- a/init.sh +++ b/init.sh @@ -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 -- cgit v1.2.3-60-g2f50