X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=brew%2Finstall.sh;h=34b5a0da455fef905eedd5333f95b6e9d0345647;hb=c77b2afba8be0e2aca21ad2647e7e847e4a8aa14;hp=5826161128a20c468edbdce131fe5406c7c08ded;hpb=1a7a851e3fa8779ce488db62c7c24255b906044c;p=webi-installers%2F.git diff --git a/brew/install.sh b/brew/install.sh index 5826161..34b5a0d 100644 --- a/brew/install.sh +++ b/brew/install.sh @@ -1,15 +1,4 @@ #!/bin/bash -# title: Homebrew -# homepage: https://brew.sh -# tagline: | -# Brew: The Missing Package Manager for macOS (and 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)"