From 2db30d2897cb45f858fc5f80d523e787ea1c9ede Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sun, 15 Mar 2026 23:03:00 +0100 Subject: [PATCH] Update firstboot-setup.sh --- files/etc/skel/.config/firstboot/firstboot-setup.sh | 1 + 1 file changed, 1 insertion(+) 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