10 lines
155 B
Desktop File
10 lines
155 B
Desktop File
[Unit]
|
|
Description=Install Homebrew for user
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/install-homebrew.sh %i
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|