diff --git a/files/etc/skel/.config/firstboot/firstboot-setup.sh b/files/etc/skel/.config/firstboot/firstboot-setup.sh index 3ae0b2f..f736306 100644 --- a/files/etc/skel/.config/firstboot/firstboot-setup.sh +++ b/files/etc/skel/.config/firstboot/firstboot-setup.sh @@ -219,7 +219,7 @@ Er eignet sich besonders für Entwickler und fortgeschrittene Nutzer.\n Möchtest du Homebrew installieren?" then echo "Installiere Homebrew (non‑interactive)…" - systemctl start firstboot-brew-install@"$USER".service & + systemctl --user enable --now firstboot-brew-install@"$USER".service & cosmic-term --bash -c "journalctl -fu firstboot-brew-install@$USER.service" & else echo "Homebrew wird nicht installiert."