mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-07-31 02:57:21 +02:00
9 lines
172 B
Desktop File
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
|