Skip to content

Instantly share code, notes, and snippets.

@Atom1cByte
Created March 31, 2026 07:22
Show Gist options
  • Select an option

  • Save Atom1cByte/08ba6cfecb3b2b5340b6fadecfd58271 to your computer and use it in GitHub Desktop.

Select an option

Save Atom1cByte/08ba6cfecb3b2b5340b6fadecfd58271 to your computer and use it in GitHub Desktop.
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