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