burn the logs and use 'install.bash'
[webi-installers/.git] / brew / install.bash
diff --git a/brew/install.bash b/brew/install.bash
new file mode 100644 (file)
index 0000000..e95a572
--- /dev/null
@@ -0,0 +1,14 @@
+#!/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)"