shell-things/etc/systemd/system/linuxbrew-update.service
2025-07-28 22:59:55 +03:00

9 lines
172 B
Desktop File

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