Update firstboot-setup.sh

This commit is contained in:
humocs-man
2026-03-16 11:17:42 +01:00
committed by GitHub
parent f7a127ad1a
commit 8236e64580
@@ -219,7 +219,7 @@ Er eignet sich besonders für Entwickler und fortgeschrittene Nutzer.\n
Möchtest du Homebrew installieren?"
then
echo "Installiere Homebrew (noninteractive)…"
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."