Explorar o código

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

* qubesos/pr/64:
  Disable dnf plugins when downloading dom0 updates in sys-firewall
Marek Marczykowski-Górecki %!s(int64=6) %!d(string=hai) anos
pai
achega
c6f53d7a58
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      misc/qubes-download-dom0-updates.sh

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

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