From 002271dc15346ac30313f47f80d5d894f3277bb5 Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Mon, 25 Dec 2023 01:59:07 +0000 Subject: [PATCH] Latest --- .../universal/run_before_04-requirements.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.chezmoiscripts/universal/run_before_04-requirements.sh.tmpl b/home/.chezmoiscripts/universal/run_before_04-requirements.sh.tmpl index 25367c7d..c71fb992 100644 --- a/home/.chezmoiscripts/universal/run_before_04-requirements.sh.tmpl +++ b/home/.chezmoiscripts/universal/run_before_04-requirements.sh.tmpl @@ -8,7 +8,7 @@ {{ includeTemplate "universal/logg-before" }} {{- $packages := splitList " " (includeTemplate "universal/common-dependencies" .) -}} -{{- $additionalPackages := splitList " " (includeTemplate (joinPath .host.distro.id "common-dependencies") .) -}} +{{- $additionalPackages := splitList " " (includeTemplate (join .host.distro.id "/common-dependencies") .) -}} {{- $packages = concat $packages $additionalPackages -}} ### Ensure Ubuntu / Debian run in `noninteractive` mode