From 06e4edcb44d3284260d75d423b141d64751c1cb0 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sat, 14 Mar 2026 15:14:31 +0100 Subject: [PATCH] Add installation service for Homebrew on first boot --- files/etc/systemd/system/firstboot-brew-install.service | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/etc/systemd/system/firstboot-brew-install.service b/files/etc/systemd/system/firstboot-brew-install.service index 95740ec..27d987d 100644 --- a/files/etc/systemd/system/firstboot-brew-install.service +++ b/files/etc/systemd/system/firstboot-brew-install.service @@ -4,3 +4,6 @@ Description=Install Homebrew for user [Service] Type=oneshot ExecStart=/usr/local/bin/install-homebrew.sh %i + +[Install] +WantedBy=multi-user.target