update package installation template

This commit is contained in:
Simon Rieger 2025-05-26 10:37:48 +02:00
parent 0b2b1299ec
commit 5a7926654f

View file

@ -6,7 +6,7 @@
echo "Packetinstallation hat begonnen, bitte das sudo Passwort nach Bedarf eingeben!!!" echo "Packetinstallation hat begonnen, bitte das sudo Passwort nach Bedarf eingeben!!!"
{{ if eq .chezmoi.os "linux" -}} {{ if eq .chezmoi.os "linux" -}}
{{ .chezmoi.sourceDir }}/executable_install-fedora.sh {{ .chezmoi.homeDir }/install-fedora.sh
{{ else if eq .chezmoi.os "darwin" -}} {{ else if eq .chezmoi.os "darwin" -}}
{{ .chezmoi.sourceDir }}/executable_install-macos.sh {{ .chezmoi.homeDir }/install-macos.sh
{{ end -}} {{ end -}}