diff --git a/files/etc/skel/.config/firstboot/firstboot-setup.sh b/files/etc/skel/.config/firstboot/firstboot-setup.sh index 4064106..1859276 100644 --- a/files/etc/skel/.config/firstboot/firstboot-setup.sh +++ b/files/etc/skel/.config/firstboot/firstboot-setup.sh @@ -223,6 +223,7 @@ Möchtest du Homebrew installieren?" then echo "Installiere Homebrew (non‑interactive)…" systemctl start firstboot-brew-install@"$USER".service & + cosmic-term --bash -c "journalctl -fu firstboot-brew-install@$USER.service" & else echo "Homebrew wird nicht installiert." fi