mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-23 22:16:48 +00:00
fix(brew): add --workdir flag to updater service
This commit is contained in:
@@ -7,6 +7,7 @@ main() { (
|
||||
chmod a+x ~/.local/bin/brew-update-hourly
|
||||
|
||||
env PATH="$PATH" serviceman add --user \
|
||||
--workdir ~/.local/opt/brew/ \
|
||||
--name sh.brew.updater -- \
|
||||
~/.local/bin/brew-update-hourly
|
||||
); }
|
||||
|
||||
Reference in New Issue
Block a user