Install bc as it is required by test_shells/test.sh

This commit is contained in:
ZyX 2015-01-02 23:43:35 +03:00
parent c9e1dd8bdf
commit 375a169825
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ git clone --depth=1 git://github.com/powerline/deps tests/bot-ci/deps
. tests/bot-ci/scripts/common/main.sh . tests/bot-ci/scripts/common/main.sh
sudo apt-get install -qq libssl1.0.0 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 if test -n "$USE_UCS2_PYTHON" ; then
pip install virtualenvwrapper pip install virtualenvwrapper