shell-things/etc/systemd/user/brew-update-user.service

8 lines
147 B
Desktop File

[Unit]
Description=Install linuxbrew updates
[Service]
Type=oneshot
ExecStartPre=/usr/local/bin/brew update
ExecStart=/usr/local/bin/brew upgrade