Homebrew / install

📥 Homebrew (un)installer
https://brew.sh
BSD 2-Clause "Simplified" License
2.15k stars 1.02k forks source link

fix - changes in the install.sh for misplaced single quote. #833

Closed Rushour0 closed 7 months ago

Rushour0 commented 7 months ago

A single quote was misplaced in the section of Run these two commands in your terminal to add Homebrew Fixing this will make the post install process run smoothly without any hiccup.

Bo98 commented 7 months ago

Original looks correct:

            v_______________________________________________v
(echo; echo 'eval "\$(${HOMEBREW_PREFIX}/bin/brew shellenv)"')
^____________________________________________________________^
                     ^____________________________________^
Rushour0 commented 7 months ago

The original was probably misse read on my terminal