Merge remote-tracking branch 'qubesos/pr/64'

* qubesos/pr/64:
  Disable dnf plugins when downloading dom0 updates in sys-firewall
This commit is contained in:
Marek Marczykowski-Górecki 2017-11-03 22:42:49 +01:00
commit c6f53d7a58
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -52,7 +52,7 @@ fi
YUM="yum"
if type dnf >/dev/null 2>&1; then
YUM="dnf --best --allowerasing"
YUM="dnf --best --allowerasing --noplugins"
fi
if ! [ -d "$DOM0_UPDATES_DIR" ]; then