dotfiles/run_onchange_install-packages.sh.tmpl

13 lines
479 B
Cheetah
Raw Normal View History

2025-04-12 13:14:14 +02:00
#!/bin/bash
2025-04-12 13:43:21 +02:00
# executable_install-fedora.sh hash: {{ include "executable_install-fedora.sh" | sha256sum }}
# executable_install-macos.sh hash: {{ include "executable_install-macos.sh" | sha256sum }}
echo "Packetinstallation hat begonnen, bitte das sudo Passwort nach Bedarf eingeben!!!"
2025-04-12 13:14:14 +02:00
2025-04-12 13:04:14 +02:00
{{ if eq .chezmoi.os "linux" -}}
2025-04-12 13:43:21 +02:00
{{ .chezmoi.sourceDir }}/executable_install-fedora.sh
2025-04-12 13:04:14 +02:00
{{ else if eq .chezmoi.os "darwin" -}}
2025-04-12 13:43:21 +02:00
{{ .chezmoi.sourceDir }}/executable_install-macos.sh
2025-04-12 13:04:14 +02:00
{{ end -}}