| #!/bin/sh | |
| for domain in $(qvm-ls --fields NAME,CLASS | \ | |
| awk '($2 == "TemplateVM" || $2 == "StandaloneVM") {print $1}'); do | |
| qvm-run --service $domain qubes.InstallUpdatesGUI | |
| done | |
| sudo qubes-dom0-update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment