From cb139924304a93d413567c94baa653eba92ef9c6 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 12 Aug 2017 19:57:41 +0100 Subject: [PATCH] no confirm --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fc1f848..4afccf0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,6 +7,6 @@ jobs: working_directory: ~/dotfiles steps: - run: pacman -Syu - - run: pacman -S git + - run: pacman -S git --noconfirm - checkout - run: git submodule update --init