update package installation template

This commit is contained in:
Simon Rieger 2025-05-26 10:38:13 +02:00
parent 5a7926654f
commit c2e186ee42

View file

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