From 30bd5554311b3db9c2c78ac850ca51c8dd7f3d45 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 12 Nov 2014 18:48:27 +0300 Subject: Into init.sh add bin action for install statically linked binaries. from existing repository --- init.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.sh b/init.sh index 0fc368e..be0d9e8 100755 --- a/init.sh +++ b/init.sh @@ -22,6 +22,9 @@ elif [[ "${CMD}" == "client" ]]; then git clone git@gitorious.org:evol/evol-tools.git tools elif [[ "${CMD}" == "music" ]]; then git clone git@gitorious.org:evol/evol-music.git music +elif [[ "${CMD}" == "bin" ]]; then + cd server-bin + ./install.sh fi if [[ "${CMD}" == "all" ]]; then -- cgit v1.2.3-60-g2f50