Merge "Do not use “-y” for package install"

This commit is contained in:
Zuul 2017-11-20 09:29:01 +00:00 committed by Gerrit Code Review
commit ffbfbf62ff
1 changed files with 3 additions and 3 deletions

View File

@ -117,9 +117,9 @@ it, follow the instructions for installing prerequisites above and
- On Fedora 23::
sudo dnf install -y dnf-plugins-core
sudo dnf copr enable -y mstuchli/Python3.5
dnf install -y python35-python3
sudo dnf install dnf-plugins-core
sudo dnf copr enable mstuchli/Python3.5
dnf install python35-python3
Python Prerequisites
--------------------