From 9990a784009b0638b0ddde4f9e56356eada11e84 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Thu, 13 Apr 2023 01:29:26 +0000 Subject: [PATCH] Update 2 files - /home/.chezmoiscripts/qubes/run_onchange_before_15-install-unofficial-templates.tmpl - /home/.chezmoiscripts/qubes/run_onchange_before_15-install-unofficial-templates.sh.tmpl --- ..._onchange_before_15-install-unofficial-templates.sh.tmpl} | 5 +++++ 1 file changed, 5 insertions(+) rename home/.chezmoiscripts/qubes/{run_onchange_before_15-install-unofficial-templates.tmpl => run_onchange_before_15-install-unofficial-templates.sh.tmpl} (69%) diff --git a/home/.chezmoiscripts/qubes/run_onchange_before_15-install-unofficial-templates.tmpl b/home/.chezmoiscripts/qubes/run_onchange_before_15-install-unofficial-templates.sh.tmpl similarity index 69% rename from home/.chezmoiscripts/qubes/run_onchange_before_15-install-unofficial-templates.tmpl rename to home/.chezmoiscripts/qubes/run_onchange_before_15-install-unofficial-templates.sh.tmpl index 33bc6c40..e3d4e1cb 100644 --- a/home/.chezmoiscripts/qubes/run_onchange_before_15-install-unofficial-templates.tmpl +++ b/home/.chezmoiscripts/qubes/run_onchange_before_15-install-unofficial-templates.sh.tmpl @@ -1,4 +1,9 @@ #!/usr/bin/env bash +# @file Qubes Passwordless Templates +# @brief Ensures unofficial templates defined in `.qubes.templatesUnofficial` in the `home/.chezmoidata.yaml` file are made available to dom0 +# @description +# This script downloads unofficial templates defined in the `.qubes.templatesUnofficial` data key of `home/.chezmoidata.yaml` and then +# installs them in dom0 after transferring the downloads from a temporary Qube used for downloading the templates. ### Ensure unofficial templates are installed for TEMPLATE_URL of {{ .qubes.templatesUnofficial | toString | replace "[" "" | replace "]" "" }}; do