9 lines
266 B
Bash
Executable file
9 lines
266 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo "Packetinstallation hat begonnen, bitte das sudo Passwort nach bedarf eingeben!!!"
|
|
|
|
{{ if eq .chezmoi.os "linux" -}}
|
|
{{ .chezmoi.homeDir }}/install-fedora.sh
|
|
{{ else if eq .chezmoi.os "darwin" -}}
|
|
{{ .chezmoi.homeDir }}/install-macos.sh
|
|
{{ end -}}
|