Created
March 31, 2026 07:22
-
-
Save Atom1cByte/08ba6cfecb3b2b5340b6fadecfd58271 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| In case you're on a VPS like me and authenticate using private and public keys, here's how you can install homebrew without it asking for a password: | |
| ```sh | |
| NONINTERACTIVE=1 CI=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
| ``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment