mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-10 02:05:16 +03:00
Fix homebrew installation
This commit is contained in:
parent
e3abbb5607
commit
e079f54581
|
@ -11,7 +11,7 @@ if [ "$(arch)" == "arm64" ]
|
|||
then
|
||||
HOMEBREW_PREFIX="/opt/homebrew"
|
||||
else
|
||||
HOMEBREW_PREFIX="/usr/local/homebrew"
|
||||
HOMEBREW_PREFIX="/usr/local"
|
||||
fi
|
||||
echo "eval \"\$($HOMEBREW_PREFIX/bin/brew shellenv)\"" >> $HOME/.zprofile
|
||||
brew install pinentry-mac gpg2
|
||||
|
|
Loading…
Reference in a new issue