From c2e186ee423660e721d127bd852bd76ddb5f5b79 Mon Sep 17 00:00:00 2001 From: Simon Rieger <simon@rieger.app> Date: Mon, 26 May 2025 10:38:13 +0200 Subject: [PATCH] update package installation template --- run_onchange_install-packages.sh.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run_onchange_install-packages.sh.tmpl b/run_onchange_install-packages.sh.tmpl index fba02e3..ab118dd 100755 --- a/run_onchange_install-packages.sh.tmpl +++ b/run_onchange_install-packages.sh.tmpl @@ -6,7 +6,7 @@ echo "Packetinstallation hat begonnen, bitte das sudo Passwort nach Bedarf eingeben!!!" {{ if eq .chezmoi.os "linux" -}} -{{ .chezmoi.homeDir }/install-fedora.sh +{{ .chezmoi.homeDir }}/install-fedora.sh {{ else if eq .chezmoi.os "darwin" -}} -{{ .chezmoi.homeDir }/install-macos.sh +{{ .chezmoi.homeDir }}/install-macos.sh {{ end -}}