2025-04-12 13:14:14 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
echo "Packetinstallation hat begonnen, bitte das sudo Passwort nach bedarf eingeben!!!"
|
|
|
|
|
2025-04-12 13:04:14 +02:00
|
|
|
{{ if eq .chezmoi.os "linux" -}}
|
|
|
|
{{ .chezmoi.homeDir }}/install-fedora.sh
|
|
|
|
{{ else if eq .chezmoi.os "darwin" -}}
|
|
|
|
{{ .chezmoi.homeDir }}/install-macos.sh
|
|
|
|
{{ end -}}
|