Browse Source

Merge remote-tracking branch 'origin/pr/280'

* origin/pr/280:
  Ignore more options of qubes-dom0-update
Marek Marczykowski-Górecki 3 years ago
parent
commit
90ae037a3a
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)