Sfoglia il codice sorgente

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

* qubesos/pr/64:
  Disable dnf plugins when downloading dom0 updates in sys-firewall
Marek Marczykowski-Górecki 6 anni fa
parent
commit
c6f53d7a58
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      misc/qubes-download-dom0-updates.sh

+ 1 - 1
misc/qubes-download-dom0-updates.sh

@@ -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