do not upgrade brew by default, quiet install

This commit is contained in:
Anton Volnuhin 2023-05-30 12:11:24 +03:00
parent cb9a63fe13
commit 3d65c546c2

View File

@ -19,7 +19,6 @@ $Green##########################################################################
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 fi
brew update brew update
brew upgrade
{{ else if eq .chezmoi.osRelease.id "fedora" -}} {{ else if eq .chezmoi.osRelease.id "fedora" -}}
sudo dnf update -y sudo dnf update -y
@ -45,7 +44,7 @@ $Green##########################################################################
sleep 3 sleep 3
{{ if eq .chezmoi.os "darwin" -}} {{ if eq .chezmoi.os "darwin" -}}
brew install $BASE_PACKAGES brew install -q $BASE_PACKAGES
{{ else if eq .chezmoi.osRelease.id "fedora" -}} {{ else if eq .chezmoi.osRelease.id "fedora" -}}
sudo dnf install $BASE_PACKAGES kitty-terminfo util-linux-user -y sudo dnf install $BASE_PACKAGES kitty-terminfo util-linux-user -y
@ -123,7 +122,7 @@ $Green##########################################################################
sleep 3 sleep 3
{{ if eq .chezmoi.os "darwin" -}} {{ if eq .chezmoi.os "darwin" -}}
brew install fish neovim $ACT_PACKAGES atuin jump fd brew install -q fish neovim $ACT_PACKAGES atuin jump fd
{{ else if eq .chezmoi.osRelease.id "fedora" -}} {{ else if eq .chezmoi.osRelease.id "fedora" -}}
sudo dnf install neovim fish $ACT_PACKAGES fd-find -y sudo dnf install neovim fish $ACT_PACKAGES fd-find -y