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 -}}