Fix templating

This commit is contained in:
Anton Volnuhin 2023-05-30 09:39:45 +03:00
parent a923c198bf
commit 3bbe7ad5c0

View File

@ -14,7 +14,7 @@ $Green##########################################################################
## ## ## ##
###############################################################################$NC" ###############################################################################$NC"
{{ if .chezmoi.os "darwin" -}} {{ if eq .chezmoi.os "darwin" -}}
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)"
brew update brew update
brew upgrade -y brew upgrade -y