Update firstboot-setup.sh

This commit is contained in:
humocs-man
2026-03-15 23:03:00 +01:00
committed by GitHub
parent c09594af97
commit 2db30d2897
@@ -223,6 +223,7 @@ Möchtest du Homebrew installieren?"
then then
echo "Installiere Homebrew (noninteractive)…" echo "Installiere Homebrew (noninteractive)…"
systemctl start firstboot-brew-install@"$USER".service & systemctl start firstboot-brew-install@"$USER".service &
cosmic-term --bash -c "journalctl -fu firstboot-brew-install@$USER.service" &
else else
echo "Homebrew wird nicht installiert." echo "Homebrew wird nicht installiert."
fi fi