Skip to content

Commit

Permalink
fix: update brew packages only after brew itself is fully updated (#1315
Browse files Browse the repository at this point in the history
)
  • Loading branch information
tobiasmicheler authored May 17, 2024
1 parent 0fb468a commit 9777785
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Description=Upgrade Brew packages
After=local-fs.target
After=network-online.target
After=brew-update.service
ConditionPathIsSymbolicLink=/home/linuxbrew/.linuxbrew/bin/brew

[Service]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Description=Timer for brew upgrade for on image brew
Wants=network-online.target

[Timer]
OnBootSec=20min
OnBootSec=21min
OnUnitInactiveSec=6h
Persistent=true

Expand Down

0 comments on commit 9777785

Please sign in to comment.