Created
December 11, 2023 07:42
-
-
Save seiwonpark/fe6f6467fdd13dfd87251f4ce524cf66 to your computer and use it in GitHub Desktop.
Homebrew install/uninstall
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# install | |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
# uninstall | |
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment