mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-07-27 00:47:20 +02:00
8 lines
147 B
Desktop File
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
|