Install bc as it is required by test_shells/test.sh
This commit is contained in:
parent
c9e1dd8bdf
commit
375a169825
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue