diff --git a/sdw_updater/Updater.py b/sdw_updater/Updater.py index 309a1eb1..d1a9a3e8 100644 --- a/sdw_updater/Updater.py +++ b/sdw_updater/Updater.py @@ -159,7 +159,7 @@ def apply_updates_templates(templates=current_templates, progress_callback=None) def _start_qubes_updater_proc(templates): update_cmd = [ "qubes-vm-update", - "--restart", # Enforce app qube restarts + "--apply-to-all", # Enforce app qube restarts "--show-output", # Update transaction details (goes to stdout) "--just-print-progress", # Progress reporting (goes to stderr) "--targets",