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
|
# Run brew bundle if there's a newer version of Brewfile
|
||||||
#-------------------------------
|
#-------------------------------
|
||||||
if [ ~/Brewfile -nt ~/.Brewfile.updated ]; then
|
if [ ~/.Brewfile -nt ~/.Brewfile.updated ]; then
|
||||||
( brew bundle --global && touch ~/.Brewfile.updated )
|
( brew bundle --global install && touch ~/.Brewfile.updated )
|
||||||
fi
|
fi
|
||||||
#-------------------------------
|
#-------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue