From 0ca647e88e185cdfa52a581670c1ad00ffb55092 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 2 Apr 2015 17:07:27 +0300 Subject: Add new task "media" for evol-media repository. --- init.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'init.sh') diff --git a/init.sh b/init.sh index f3b78e6..c84d6d4 100755 --- a/init.sh +++ b/init.sh @@ -41,9 +41,12 @@ elif [[ "${CMD}" == "tools" ]]; then git clone ${PROTO}evol/evol-tools.git tools elif [[ "${CMD}" == "manaplus" ]]; then git clone ${PROTO}manaplus/manaplus.git manaplus +elif [[ "${CMD}" == "media" ]]; then + git clone ${PROTO}evol/evol-media.git media fi if [[ "${CMD}" == "all" ]]; then git clone ${PROTO}evol/evol-music.git music git clone ${PROTO}manaplus/manaplus.git manaplus + git clone ${PROTO}evol/evol-media.git media fi -- cgit v1.2.3-70-g09d2