mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -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
|
# Luckily AmazonLinux2 and Ubuntu use the same package name for
|
||||||
# pip. This may need some logic if other distros are added. Note:
|
# pip. This may need some logic if other distros are added. Note:
|
||||||
# Parsing /etc/os-release is probably a good starting point for that.
|
# 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.
|
# See Pipfile and Pipfile.lock.
|
||||||
pip install pipenv
|
pip install pipenv
|
||||||
|
|||||||
Reference in New Issue
Block a user