Merge branch 'develop' into patch-1

This commit is contained in:
Nicole Thomas 2017-08-30 10:20:11 -04:00 committed by GitHub
commit f6926bf95c

View File

@ -539,6 +539,7 @@ def install(name=None,
cmd.append('pacman')
errors = []
targets = []
if pkg_type == 'file':
cmd.extend(['-U', '--noprogressbar', '--noconfirm'])
cmd.extend(pkg_params)
@ -549,7 +550,6 @@ def install(name=None,
if sysupgrade:
cmd.append('-u')
cmd.extend(['--noprogressbar', '--noconfirm', '--needed'])
targets = []
wildcards = []
for param, version_num in six.iteritems(pkg_params):
if version_num is None: