mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
DCD-386: Use noconfirm for package installation.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user