diff --git a/files/etc/systemd/system/firstboot-brew-install@.service b/files/etc/systemd/system/firstboot-brew-install@.service deleted file mode 100644 index d2a6f66..0000000 --- a/files/etc/systemd/system/firstboot-brew-install@.service +++ /dev/null @@ -1,13 +0,0 @@ -[Unit] -Description=Install Homebrew for user %i -After=network-online.target systemd-user-sessions.service -Wants=network-online.target - -[Service] -Type=oneshot -User=%i -ExecStart=/usr/local/bin/install-homebrew.sh -RemainAfterExit=yes - -[Install] -WantedBy=multi-user.target