From d966691f93f8df9649c8fa8116dec0467688d443 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sat, 14 Mar 2026 14:47:23 +0100 Subject: [PATCH] Change Homebrew installation method to systemd service --- files/etc/skel/.config/firstboot/firstboot-setup.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/files/etc/skel/.config/firstboot/firstboot-setup.sh b/files/etc/skel/.config/firstboot/firstboot-setup.sh index f4cc687..7b782af 100644 --- a/files/etc/skel/.config/firstboot/firstboot-setup.sh +++ b/files/etc/skel/.config/firstboot/firstboot-setup.sh @@ -203,8 +203,7 @@ Er eignet sich besonders für Entwickler und fortgeschrittene Nutzer.\n Möchtest du Homebrew installieren?" then echo "Installiere Homebrew (non‑interactive)…" - NONINTERACTIVE=1 /bin/bash -c \ - "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" + systemctl start firstboot-brew-install@"USER".service else echo "Homebrew wird nicht installiert." fi