fix package installation

This commit is contained in:
Simon Rieger 2025-04-12 13:14:14 +02:00
parent 3428754d0e
commit f3aaf224a3
3 changed files with 6 additions and 0 deletions

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash
set -e
# OS-Überprüfung

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash
set -e
# OS-Überprüfung

4
run_onchange_install-packages.sh.tmpl Normal file → Executable file
View file

@ -1,3 +1,7 @@
#!/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" -}}