Skip to content

Commit

Permalink
Merge pull request #823 from Bo98/no-homebrew-developer
Browse files Browse the repository at this point in the history
install.sh: don't set `HOMEBREW_DEVELOPER`
  • Loading branch information
Bo98 committed Nov 22, 2023
2 parents 8ebb1a1 + b906d1a commit bbc4fa9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -910,13 +910,6 @@ EOABORT
fi
fi

# Set HOMEBREW_DEVELOPER on Linux systems where usable Git/cURL is not in /usr/bin
if [[ -n "${HOMEBREW_ON_LINUX-}" && (-n "${HOMEBREW_CURL_PATH-}" || -n "${HOMEBREW_GIT_PATH-}") ]]
then
ohai "Setting HOMEBREW_DEVELOPER to use Git/cURL not in /usr/bin"
export HOMEBREW_DEVELOPER=1
fi

ohai "Downloading and installing Homebrew..."
(
cd "${HOMEBREW_REPOSITORY}" >/dev/null || return
Expand Down

0 comments on commit bbc4fa9

Please sign in to comment.