Merge remote-tracking branch 'qubesos/pr/64'
* qubesos/pr/64: Disable dnf plugins when downloading dom0 updates in sys-firewall
这个提交包含在:
当前提交
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
|
||||
|
||||
正在加载...
在新工单中引用
屏蔽一个用户