From 5a7926654f64840a508ad8f31daeac22cbb16c99 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Mon, 26 May 2025 10:37:48 +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 5a33257..fba02e3 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.sourceDir }}/executable_install-fedora.sh +{{ .chezmoi.homeDir }/install-fedora.sh {{ else if eq .chezmoi.os "darwin" -}} -{{ .chezmoi.sourceDir }}/executable_install-macos.sh +{{ .chezmoi.homeDir }/install-macos.sh {{ end -}}