From 6f370b7c514c0e2e0df266fc76c74070a700e0ae Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 19 Oct 2017 17:25:18 +0300 Subject: Remove quite flags from apt-get in install.sh. --- .ci/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.ci/install.sh') diff --git a/.ci/install.sh b/.ci/install.sh index 26f7309..1c6bc24 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 $*" -./.ci/retry.sh apt-get -y -qq install $* || exit 1 +echo "apt-get -y install $*" +./.ci/retry.sh apt-get -y install $* || exit 1 -- cgit v1.2.3-60-g2f50