Browse Source

Ignore more options of qubes-dom0-update

Demi Marie Obenour 3 năm trước cách đây
mục cha
commit
3f5bb373fb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      package-managers/qubes-download-dom0-updates.sh

+ 1 - 1
package-managers/qubes-download-dom0-updates.sh

@@ -22,7 +22,7 @@ export LC_ALL=C
 
 while [ -n "$1" ]; do
     case "$1" in
-        --doit)
+        --doit|--force-xen-upgrade|--console|--show-output)
             # ignore
             ;;
         --nogui)