Skip to content

Commit a24624f

Browse files
homebrew path
1 parent c7f9f60 commit a24624f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

tools/brew_init

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11

2-
brewPath="/usr/local/bin/brew"
3-
4-
if [ "$(uname)" = "Linux" ]; then
5-
brewPath="/home/linuxbrew/.linuxbrew/bin"
6-
elif [ "$(uname)" = "Darwin" ]; then
7-
brewPath="/opt/homebrew/bin"
8-
fi
2+
brewPath="/opt/homebrew/bin"
93

104
if [ ! -x "$(command -v brew)" ]; then
115
if [ -d "${brewPath}" ]; then

0 commit comments

Comments
 (0)