From 9518911bde93acb5100f615e9fd1e8a6ce7ba95a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 19 Oct 2017 16:29:14 +0300 Subject: Fix console output from ci install script. --- .ci/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/install.sh b/.ci/install.sh index d09c953..26f7309 100755 --- a/.ci/install.sh +++ b/.ci/install.sh @@ -8,5 +8,5 @@ fi echo "apt-get update" ./.ci/retry.sh apt-get update || exit 1 -echo "apt-get -y -qq install git-core bash" +echo "apt-get -y -qq install $*" ./.ci/retry.sh apt-get -y -qq install $* || exit 1 -- cgit v1.2.3-70-g09d2