zypper: Remove --allow-downgrade install flag

Signed-off-by: Thomas Hipp <thomas.hipp@canonical.com>
This commit is contained in:
Thomas Hipp 2019-03-06 16:20:41 +01:00
parent 1dd406f34a
commit f2c6371971
No known key found for this signature in database
GPG Key ID: 993408D1137B7D51

View File

@ -15,7 +15,6 @@ func NewZypper() *Manager {
},
install: []string{
"install",
"--allow-downgrade",
},
remove: []string{
"remove",