From 586e26444e13c9928331bbccd55005e50c9bb1c1 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sat, 14 Mar 2026 14:30:21 +0100 Subject: [PATCH] Add systemd service for Homebrew installation --- files/etc/systemd/system/fifirstboot-brew-install.service | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 files/etc/systemd/system/fifirstboot-brew-install.service diff --git a/files/etc/systemd/system/fifirstboot-brew-install.service b/files/etc/systemd/system/fifirstboot-brew-install.service new file mode 100644 index 0000000..9acb8cd --- /dev/null +++ b/files/etc/systemd/system/fifirstboot-brew-install.service @@ -0,0 +1,6 @@ +[Unit] +Description=Install Homebrew for user + +[Service] +Type=oneshot +ExecStart=/usr/local/bin/install-homebrew.sh