mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-03-03 18:00:18 +00:00
15 lines
408 B
Bash
15 lines
408 B
Bash
#!/bin/bash
|
||
|
||
# title: Homebrew
|
||
# homepage: https://brew.sh
|
||
# tagline: The Missing Package Manager for macOS (or Linux)
|
||
# description: |
|
||
# Homebrew installs the stuff you need that Apple (or your Linux system) didn’t.
|
||
# examples: |
|
||
# ```bash
|
||
# brew install node
|
||
# ```
|
||
|
||
# Straight from https://brew.sh
|
||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|