From 375a16982564f8ca068beecf7a7ed441218141ef Mon Sep 17 00:00:00 2001 From: ZyX Date: Fri, 2 Jan 2015 23:43:35 +0300 Subject: [PATCH] Install bc as it is required by test_shells/test.sh --- tests/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/install.sh b/tests/install.sh index 3e2b6dc6..b1645fe9 100755 --- a/tests/install.sh +++ b/tests/install.sh @@ -5,7 +5,7 @@ git clone --depth=1 git://github.com/powerline/deps tests/bot-ci/deps . tests/bot-ci/scripts/common/main.sh sudo apt-get install -qq libssl1.0.0 -sudo apt-get install -qq screen zsh tcsh mksh busybox socat realpath +sudo apt-get install -qq screen zsh tcsh mksh busybox socat realpath bc if test -n "$USE_UCS2_PYTHON" ; then pip install virtualenvwrapper