DCD-386: Use noconfirm for package installation.

This commit is contained in:
Steve Smith
2019-06-13 15:58:25 +10:00
parent e1dab14a7f
commit b12d204267

View File

@@ -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