Last active
December 15, 2017 18:03
-
-
Save arraytools/55350dc0c4287ca24cbeb699cd97d3e0 to your computer and use it in GitHub Desktop.
Log of installing brew (https://brew.sh/) on mac El Captain
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ~/Downloads (517)$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
| ==> This script will install: | |
| /usr/local/bin/brew | |
| /usr/local/share/doc/homebrew | |
| /usr/local/share/man/man1/brew.1 | |
| /usr/local/share/zsh/site-functions/_brew | |
| /usr/local/etc/bash_completion.d/brew | |
| /usr/local/Homebrew | |
| ==> The following existing directories will be made group writable: | |
| /usr/local/bin | |
| /usr/local/etc | |
| /usr/local/include | |
| /usr/local/lib | |
| /usr/local/share | |
| /usr/local/lib/pkgconfig | |
| /usr/local/share/doc | |
| /usr/local/share/locale | |
| /usr/local/share/man | |
| /usr/local/share/man/man1 | |
| /usr/local/share/man/man3 | |
| ==> The following existing directories will have their owner set to $USER: | |
| /usr/local/bin | |
| /usr/local/etc | |
| /usr/local/include | |
| /usr/local/lib | |
| /usr/local/share | |
| /usr/local/lib/pkgconfig | |
| /usr/local/share/doc | |
| /usr/local/share/locale | |
| /usr/local/share/man | |
| /usr/local/share/man/man1 | |
| /usr/local/share/man/man3 | |
| ==> The following existing directories will have their group set to admin: | |
| /usr/local/bin | |
| /usr/local/etc | |
| /usr/local/include | |
| /usr/local/lib | |
| /usr/local/share | |
| /usr/local/lib/pkgconfig | |
| /usr/local/share/doc | |
| /usr/local/share/locale | |
| /usr/local/share/man | |
| /usr/local/share/man/man1 | |
| /usr/local/share/man/man3 | |
| ==> The following new directories will be created: | |
| /usr/local/Cellar | |
| /usr/local/Homebrew | |
| /usr/local/Frameworks | |
| /usr/local/opt | |
| /usr/local/sbin | |
| /usr/local/share/zsh | |
| /usr/local/share/zsh/site-functions | |
| /usr/local/var | |
| Press RETURN to continue or any other key to abort | |
| ==> /usr/bin/sudo /bin/chmod u+rwx /usr/local/bin /usr/local/etc /usr/local/include /usr/local/lib /usr/local/share /usr/local/lib/pkgconfig /usr/local/share/doc /usr/local/share/locale /usr/local/share/man /usr/local/share/man/man1 /usr/local/share/man/man3 | |
| Password: | |
| ==> /usr/bin/sudo /bin/chmod g+rwx /usr/local/bin /usr/local/etc /usr/local/include /usr/local/lib /usr/local/share /usr/local/lib/pkgconfig /usr/local/share/doc /usr/local/share/locale /usr/local/share/man /usr/local/share/man/man1 /usr/local/share/man/man3 | |
| ==> /usr/bin/sudo /usr/sbin/chown $USER /usr/local/bin /usr/local/etc /usr/local/include /usr/local/lib /usr/local/share /usr/local/lib/pkgconfig /usr/local/share/doc /usr/local/share/locale /usr/local/share/man /usr/local/share/man/man1 /usr/local/share/man/man3 | |
| ==> /usr/bin/sudo /usr/bin/chgrp admin /usr/local/bin /usr/local/etc /usr/local/include /usr/local/lib /usr/local/share /usr/local/lib/pkgconfig /usr/local/share/doc /usr/local/share/locale /usr/local/share/man /usr/local/share/man/man1 /usr/local/share/man/man3 | |
| ==> /usr/bin/sudo /bin/mkdir -p /usr/local/Cellar /usr/local/Homebrew /usr/local/Frameworks /usr/local/opt /usr/local/sbin /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var | |
| ==> /usr/bin/sudo /bin/chmod g+rwx /usr/local/Cellar /usr/local/Homebrew /usr/local/Frameworks /usr/local/opt /usr/local/sbin /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var | |
| ==> /usr/bin/sudo /bin/chmod 755 /usr/local/share/zsh /usr/local/share/zsh/site-functions | |
| ==> /usr/bin/sudo /usr/sbin/chown $USER /usr/local/Cellar /usr/local/Homebrew /usr/local/Frameworks /usr/local/opt /usr/local/sbin /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var | |
| ==> /usr/bin/sudo /usr/bin/chgrp admin /usr/local/Cellar /usr/local/Homebrew /usr/local/Frameworks /usr/local/opt /usr/local/sbin /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var | |
| ==> /usr/bin/sudo /bin/mkdir -p /Users/$USER/Library/Caches/Homebrew | |
| ==> /usr/bin/sudo /bin/chmod g+rwx /Users/$USER/Library/Caches/Homebrew | |
| ==> /usr/bin/sudo /usr/sbin/chown $USER /Users/$USER/Library/Caches/Homebrew | |
| ==> /usr/bin/sudo /bin/mkdir -p /Library/Caches/Homebrew | |
| ==> /usr/bin/sudo /bin/chmod g+rwx /Library/Caches/Homebrew | |
| ==> /usr/bin/sudo /usr/sbin/chown $USER /Library/Caches/Homebrew | |
| ==> Downloading and installing Homebrew... | |
| remote: Counting objects: 95686, done. | |
| remote: Total 95686 (delta 0), reused 0 (delta 0), pack-reused 95686 | |
| Receiving objects: 100% (95686/95686), 21.80 MiB | 2.80 MiB/s, done. | |
| Resolving deltas: 100% (69443/69443), done. | |
| From https://github.com/Homebrew/brew | |
| * [new branch] master -> origin/master | |
| * [new tag] 0.1 -> 0.1 | |
| * [new tag] 0.2 -> 0.2 | |
| * [new tag] 0.3 -> 0.3 | |
| * [new tag] 0.4 -> 0.4 | |
| * [new tag] 0.5 -> 0.5 | |
| * [new tag] 0.6 -> 0.6 | |
| * [new tag] 0.7 -> 0.7 | |
| * [new tag] 0.7.1 -> 0.7.1 | |
| * [new tag] 0.8 -> 0.8 | |
| * [new tag] 0.8.1 -> 0.8.1 | |
| * [new tag] 0.9 -> 0.9 | |
| * [new tag] 0.9.1 -> 0.9.1 | |
| * [new tag] 0.9.2 -> 0.9.2 | |
| * [new tag] 0.9.3 -> 0.9.3 | |
| * [new tag] 0.9.4 -> 0.9.4 | |
| * [new tag] 0.9.5 -> 0.9.5 | |
| * [new tag] 0.9.8 -> 0.9.8 | |
| * [new tag] 0.9.9 -> 0.9.9 | |
| * [new tag] 1.0.0 -> 1.0.0 | |
| * [new tag] 1.0.1 -> 1.0.1 | |
| * [new tag] 1.0.2 -> 1.0.2 | |
| * [new tag] 1.0.3 -> 1.0.3 | |
| * [new tag] 1.0.4 -> 1.0.4 | |
| * [new tag] 1.0.5 -> 1.0.5 | |
| * [new tag] 1.0.6 -> 1.0.6 | |
| * [new tag] 1.0.7 -> 1.0.7 | |
| * [new tag] 1.0.8 -> 1.0.8 | |
| * [new tag] 1.0.9 -> 1.0.9 | |
| * [new tag] 1.1.0 -> 1.1.0 | |
| * [new tag] 1.1.1 -> 1.1.1 | |
| * [new tag] 1.1.10 -> 1.1.10 | |
| * [new tag] 1.1.11 -> 1.1.11 | |
| * [new tag] 1.1.12 -> 1.1.12 | |
| * [new tag] 1.1.13 -> 1.1.13 | |
| * [new tag] 1.1.2 -> 1.1.2 | |
| * [new tag] 1.1.3 -> 1.1.3 | |
| * [new tag] 1.1.4 -> 1.1.4 | |
| * [new tag] 1.1.5 -> 1.1.5 | |
| * [new tag] 1.1.6 -> 1.1.6 | |
| * [new tag] 1.1.7 -> 1.1.7 | |
| * [new tag] 1.1.8 -> 1.1.8 | |
| * [new tag] 1.1.9 -> 1.1.9 | |
| * [new tag] 1.2.0 -> 1.2.0 | |
| * [new tag] 1.2.1 -> 1.2.1 | |
| * [new tag] 1.2.2 -> 1.2.2 | |
| * [new tag] 1.2.3 -> 1.2.3 | |
| * [new tag] 1.2.4 -> 1.2.4 | |
| * [new tag] 1.2.5 -> 1.2.5 | |
| * [new tag] 1.2.6 -> 1.2.6 | |
| * [new tag] 1.3.0 -> 1.3.0 | |
| * [new tag] 1.3.1 -> 1.3.1 | |
| * [new tag] 1.3.2 -> 1.3.2 | |
| * [new tag] 1.3.3 -> 1.3.3 | |
| * [new tag] 1.3.4 -> 1.3.4 | |
| * [new tag] 1.3.5 -> 1.3.5 | |
| * [new tag] 1.3.6 -> 1.3.6 | |
| * [new tag] 1.3.7 -> 1.3.7 | |
| * [new tag] 1.3.8 -> 1.3.8 | |
| * [new tag] 1.3.9 -> 1.3.9 | |
| * [new tag] 1.4.0 -> 1.4.0 | |
| HEAD is now at 67c4402 README: add tdsmith to significant contribution list. | |
| ==> Downloading https://homebrew.bintray.com/bottles-portable/portable-ruby-2.3.3.leopard_64.bottle.1.tar.gz | |
| ######################################################################## 100.0% | |
| ==> Pouring portable-ruby-2.3.3.leopard_64.bottle.1.tar.gz | |
| ==> Tapping homebrew/core | |
| Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core'... | |
| remote: Counting objects: 4673, done. | |
| remote: Compressing objects: 100% (4415/4415), done. | |
| remote: Total 4673 (delta 62), reused 1107 (delta 46), pack-reused 0 | |
| Receiving objects: 100% (4673/4673), 3.81 MiB | 4.30 MiB/s, done. | |
| Resolving deltas: 100% (62/62), done. | |
| Tapped 4445 formulae (4,720 files, 12.0MB) | |
| ==> Cleaning up /Library/Caches/Homebrew... | |
| ==> Migrating /Library/Caches/Homebrew to /Users/$USER/Library/Caches/Homebrew... | |
| ==> Deleting /Library/Caches/Homebrew... | |
| Already up-to-date. | |
| ==> Installation successful! | |
| ==> Homebrew has enabled anonymous aggregate user behaviour analytics. | |
| Read the analytics documentation (and how to opt-out) here: | |
| https://docs.brew.sh/Analytics.html | |
| ==> Next steps: | |
| - Run `brew help` to get started | |
| - Further documentation: | |
| https://docs.brew.sh | |
| ~/Downloads (518)$ | |
| ~/Downloads (519)$ brew install htop | |
| Updating Homebrew... | |
| ==> Auto-updated Homebrew! | |
| Updated 1 tap (homebrew/core). | |
| ==> Updated Formulae | |
| abcmidi conan consul | |
| ==> Downloading https://homebrew.bintray.com/bottles/htop-2.0.2.el_capitan.bottle.tar.gz | |
| ######################################################################## 100.0% | |
| ==> Pouring htop-2.0.2.el_capitan.bottle.tar.gz | |
| ==> Caveats | |
| htop requires root privileges to correctly display all running processes, | |
| so you will need to run `sudo htop`. | |
| You should be certain that you trust any software you grant root privileges. | |
| ==> Summary | |
| 🍺 /usr/local/Cellar/htop/2.0.2: 10 files, 183.8KB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment