install.fairie/home/.chezmoiscripts/universal/run_onchange_before_16-update-template-vms.sh.tmpl
Brian Zalewski 877eddc184 Update 26 files
- /home/.chezmoiscripts/qubes/run_onchange_after_11-set-wallpaper.sh.tmpl
- /home/.chezmoiscripts/qubes/run_onchange_before_12-update-dom0.sh.tmpl
- /home/.chezmoiscripts/qubes/run_onchange_before_13-install-official-templates.sh.tmpl
- /home/.chezmoiscripts/qubes/run_onchange_before_14-ensure-minimal-vms-passwordless.sh.tmpl
- /home/.chezmoiscripts/qubes/run_onchange_before_15-install-unofficial-templates.sh.tmpl
- /home/.chezmoiscripts/qubes/run_onchange_before_16-update-template-vms.sh.tmpl
- /home/.chezmoiscripts/qubes/run_onchange_before_17-install-mirage-firewall.sh.tmpl
- /home/.chezmoiscripts/qubes/run_onchange_before_18-configure-sys-usb.sh.tmpl
- /home/.chezmoiscripts/qubes/run_onchange_before_19-setup-sys-gui.sh.tmpl
- /home/.chezmoiscripts/_universal/run_before_01-add-temporary-includes.sh.tmpl
- /home/.chezmoiscripts/_universal/run_onchange_before_05-install-homebrew.sh.tmpl
- /home/.chezmoiscripts/universal/run_before_01-decrypt-age-key.sh.tmpl
- /home/.chezmoiscripts/universal/run_onchange_after_11-set-wallpaper.sh.tmpl
- /home/.chezmoiscripts/universal/run_onchange_before_12-update-dom0.sh.tmpl
- /home/.chezmoiscripts/universal/run_onchange_before_13-install-official-templates.sh.tmpl
- /home/.chezmoiscripts/universal/run_onchange_before_14-ensure-minimal-vms-passwordless.sh.tmpl
- /home/.chezmoiscripts/universal/run_onchange_before_15-install-unofficial-templates.sh.tmpl
- /home/.chezmoiscripts/universal/run_onchange_before_16-update-template-vms.sh.tmpl
- /home/.chezmoiscripts/universal/run_onchange_before_17-install-mirage-firewall.sh.tmpl
- /home/.chezmoiscripts/universal/run_onchange_before_18-configure-sys-usb.sh.tmpl
- /home/.chezmoiscripts/universal/run_onchange_before_19-setup-sys-gui.sh.tmpl
- /home/.chezmoiscripts/universal/run_before_01-add-temporary-includes.sh.tmpl
- /home/.chezmoiscripts/universal/run_before_01-install-homebrew.sh.tmpl
- /home/.chezmoiscripts/universal/run_before_02-decrypt-age-key.sh.tmpl
- /scripts/cloudflared-ssh.sh
- /scripts/src/cloudflared-ssh.sh.tmpl
2023-04-15 23:23:24 +00:00

13 lines
614 B
Cheetah

{{- if (eq .host.distro.id "qubes") -}}
#!/usr/bin/env bash
# @file Qubes Update TemplateVMs
# @brief Ensures the templates available in dom0 are all up-to-date
# @description
# This script ensures the dom0 Qube VM templates are all up-to-date by using the recommended `qubesctl` command.
# Due to issues with the Whonix Qubes, the update process will timeout after 15 minutes which should be enough time
# for the updates to finish.
### Update TemplateVMs
logg info 'Updating TemplateVMs via `qubesctl`'
timeout 900 qubesctl --show-output --skip-dom0 --templates state.sls update.qubes-vm
{{ end -}}