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