Ensure the software-install script checks the newly rename .Brewfile.
This commit is contained in:
parent
d4bb13ac5d
commit
861c4985d7
|
@ -47,8 +47,8 @@ function install_Darwin_software {
|
|||
#-------------------------------
|
||||
# Run brew bundle if there's a newer version of Brewfile
|
||||
#-------------------------------
|
||||
if [ ~/Brewfile -nt ~/.Brewfile.updated ]; then
|
||||
( brew bundle --global && touch ~/.Brewfile.updated )
|
||||
if [ ~/.Brewfile -nt ~/.Brewfile.updated ]; then
|
||||
( brew bundle --global install && touch ~/.Brewfile.updated )
|
||||
fi
|
||||
#-------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue