projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20006a5
)
add meta for brew
author
AJ ONeal
<aj@therootcompany.com>
Mon, 27 Apr 2020 05:39:17 +0000
(
05:39
+0000)
committer
AJ ONeal
<aj@therootcompany.com>
Mon, 27 Apr 2020 05:39:17 +0000
(
05:39
+0000)
brew/brew.bash
patch
|
blob
|
history
diff --git
a/brew/brew.bash
b/brew/brew.bash
index 6690533a5057694d1611ba815729716c58921274..2cdd6d78138c6d5ecc6d9d48384c33283394748f 100644
(file)
--- a/
brew/brew.bash
+++ b/
brew/brew.bash
@@
-1,2
+1,10
@@
+#!/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.
+
# Straight from https://brew.sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"