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