2cdd6d78138c6d5ecc6d9d48384c33283394748f
[webi-installers/.git] / brew / brew.bash
1 #!/bin/bash
2
3 # title: Homebrew
4 # homepage: https://brew.sh
5 # tagline: The Missing Package Manager for macOS (or Linux)
6 # description: |
7 #   Homebrew installs the stuff you need that Apple (or your Linux system) didn’t.
8
9 # Straight from https://brew.sh
10 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"