Browse Source

Ignore more options of qubes-dom0-update

Demi Marie Obenour 3 years ago
parent
commit
3f5bb373fb
1 changed files with 1 additions and 1 deletions
  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)