diff options
| author | Delmar Davis <ddavis@laika.com> | 2021-09-03 12:59:18 -0700 |
|---|---|---|
| committer | Delmar Davis <ddavis@laika.com> | 2021-09-03 12:59:18 -0700 |
| commit | 5d3d74ef88cacc2a2014072ccc71d1da87306319 (patch) | |
| tree | b2228908769b9e7bcafa955233d621bd395ab213 /brewscript.sh | |
| parent | 3039fee7c6a58059284d0e33002ec2688d8539fd (diff) | |
Add Atribution
Diffstat (limited to 'brewscript.sh')
| -rw-r--r-- | brewscript.sh | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/brewscript.sh b/brewscript.sh index 3f74e77..c9990ee 100644 --- a/brewscript.sh +++ b/brewscript.sh @@ -1,7 +1,10 @@ #-----------------------------------------------------------------brewscript.sh +# Homebrew installation script. +# Based on one given to me by @kelfi (https://github.com/kelfi) +# Original Author: Kelly Conley +# Current Author: D. Delmar Davis. # -# -# + #Xcode tools xcode-select --install #homebrew tools |
