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:
commit
c6f53d7a58
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user