Skip to content

Commit

Permalink
fix: Improve brew updater to work even if bash_profile change is miss…
Browse files Browse the repository at this point in the history
…ing (#82)
  • Loading branch information
KyleGospo authored Oct 9, 2023
1 parent 007e1e3 commit 9993055
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 5 additions & 0 deletions files/etc/ublue-update.d/user/04-brew-update.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

if command -v /var/home/linuxbrew/.linuxbrew/bin/brew; then
/var/home/linuxbrew/.linuxbrew/bin/brew update --auto-update
fi
6 changes: 0 additions & 6 deletions files/etc/ublue-update.d/user/20-brew-update.sh

This file was deleted.

0 comments on commit 9993055

Please sign in to comment.