From 5bc40a78fd1102c1aa72a2b64397dfd0caf6f1ca Mon Sep 17 00:00:00 2001 From: Deployment Bot Date: Wed, 6 Feb 2019 16:33:29 -0500 Subject: [PATCH] quiting apt-get --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b280a39183..18164de691 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,8 +12,8 @@ dependencies: apt-run: &apt-install name: install system packages command: | - sudo apt update -s - sudo apt install -s -y enchant + sudo apt update -qq + sudo apt install -y enchant -qq version: 2.1