From b12d204267f996c9d9de51dd93eb77d9eee09822 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Thu, 13 Jun 2019 15:58:25 +1000 Subject: [PATCH] DCD-386: Use noconfirm for package installation. --- bin/install-ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install-ansible b/bin/install-ansible index 15b53d4..b7d1736 100755 --- a/bin/install-ansible +++ b/bin/install-ansible @@ -10,7 +10,7 @@ set -e # Luckily AmazonLinux2 and Ubuntu use the same package name for # pip. This may need some logic if other distros are added. Note: # Parsing /etc/os-release is probably a good starting point for that. -./bin/pacapt install python-pip +./bin/pacapt install --noconfirm python-pip # See Pipfile and Pipfile.lock. pip install pipenv