Do not re-install brew
This commit is contained in:
parent
3bbe7ad5c0
commit
9b59c5b57b
@ -15,7 +15,9 @@ $Green##########################################################################
|
|||||||
###############################################################################$NC"
|
###############################################################################$NC"
|
||||||
|
|
||||||
{{ if eq .chezmoi.os "darwin" -}}
|
{{ if eq .chezmoi.os "darwin" -}}
|
||||||
|
if ! type brew; then
|
||||||
bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||||
|
fi
|
||||||
brew update
|
brew update
|
||||||
brew upgrade -y
|
brew upgrade -y
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user