1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125
| cc@ccy ~ % /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused cc@ccy ~ % /bin/bash -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/ineo6/homebrew-install/install.sh)"
Password: ==> This script will install: /opt/homebrew/bin/brew /opt/homebrew/share/doc/homebrew /opt/homebrew/share/man/man1/brew.1 /opt/homebrew/share/zsh/site-functions/_brew /opt/homebrew/etc/bash_completion.d/brew /opt/homebrew ==> The following existing directories will be made writable by user only: /opt/homebrew/share/zsh /opt/homebrew/share/zsh/site-functions ==> The following existing directories will have their owner set to cc: /opt/homebrew/share/zsh /opt/homebrew/share/zsh/site-functions ==> The Xcode Command Line Tools will be installed.
Press RETURN to continue or any other key to abort ==> /usr/bin/sudo /bin/chmod u+rwx /opt/homebrew/share/zsh /opt/homebrew/share/zsh/site-functions ==> /usr/bin/sudo /bin/chmod 755 /opt/homebrew/share/zsh /opt/homebrew/share/zsh/site-functions ==> /usr/bin/sudo /usr/sbin/chown cc /opt/homebrew/share/zsh /opt/homebrew/share/zsh/site-functions ==> /usr/bin/sudo /usr/sbin/chown -R cc:admin /opt/homebrew ==> /usr/bin/sudo /bin/mkdir -p /Users/cc/Library/Caches/Homebrew ==> /usr/bin/sudo /bin/chmod g+rwx /Users/cc/Library/Caches/Homebrew ==> /usr/bin/sudo /usr/sbin/chown -R cc /Users/cc/Library/Caches/Homebrew ==> Searching online for the Command Line Tools ==> /usr/bin/sudo /usr/bin/touch /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress ==> Installing Command Line Tools for Xcode-12.4 ==> /usr/bin/sudo /usr/sbin/softwareupdate -i Command\ Line\ Tools\ for\ Xcode-12.4 Software Update Tool
Finding available software Downloading Command Line Tools for Xcode Installing Command Line Tools for Xcode Done with Command Line Tools for Xcode Done. ==> /usr/bin/sudo /bin/rm -f /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress Password: Sorry, try again. Password: ==> /usr/bin/sudo /usr/bin/xcode-select --switch /Library/Developer/CommandLineTools ==> Downloading and installing Homebrew... remote: Enumerating objects: 175901, done. remote: Counting objects: 100% (175901/175901), done. remote: Compressing objects: 100% (40901/40901), done. remote: Total 175901 (delta 131023), reused 175780 (delta 130976) Receiving objects: 100% (175901/175901), 44.96 MiB | 5.71 MiB/s, done. Resolving deltas: 100% (131023/131023), done. From https://mirrors.ustc.edu.cn/brew * [new branch] master -> origin/master * [new tag] 0.1 -> 0.1 * [new tag] 0.2 -> 0.2 ... ... * [new tag] 3.0.3 -> 3.0.3 * [new tag] 3.0.4 -> 3.0.4 remote: Enumerating objects: 7531, done. remote: Counting objects: 100% (7531/7531), done. remote: Compressing objects: 100% (1581/1581), done. remote: Total 7531 (delta 5798), reused 7531 (delta 5798) Receiving objects: 100% (7531/7531), 1.61 MiB | 6.85 MiB/s, done. Resolving deltas: 100% (5798/5798), completed with 737 local objects. From https://mirrors.ustc.edu.cn/brew * [new tag] 1.1.0.1 -> 1.1.0.1 * [new tag] 1.1.2.1 -> 1.1.2.1 * [new tag] 1.2.7 -> 1.2.7 * [new tag] 1.2.8 -> 1.2.8 * [new tag] backup/activesupport-23-38-09 -> backup/activesupport-23-38-09 * [new tag] backup/brew-cask-style-14-54-55 -> backup/brew-cask-style-14-54-55 * [new tag] backup/create-cache-00-29-47 -> backup/create-cache-00-29-47 * [new tag] backup/days-03-02-52 -> backup/days-03-02-52 * [new tag] backup/days-03-02-59 -> backup/days-03-02-59 * [new tag] backup/days-19-30-23 -> backup/days-19-30-23 * [new tag] backup/gpg-verification-01-53-16 -> backup/gpg-verification-01-53-16 * [new tag] backup/remove-popen-read-19-56-50 -> backup/remove-popen-read-19-56-50 * [new tag] backup/remove-popen-read-20-00-21 -> backup/remove-popen-read-20-00-21 HEAD is now at 3e69c2b77 Merge pull request ==> Tapping homebrew/core remote: Enumerating objects: 920896, done. remote: Total 920896 (delta 0), reused 0 (delta 0) Receiving objects: 100% (920896/920896), 360.50 MiB | 7.15 MiB/s, done. Resolving deltas: 100% (630630/630630), done. From https://mirrors.ustc.edu.cn/homebrew-core * [new branch] master -> origin/master HEAD is now at deb2e80a88 exploitdb 2021-03-04 ( Warning: /opt/homebrew/bin is not in your PATH. ==> Installation successful!
==> Homebrew has enabled anonymous aggregate formulae and cask analytics. Read the analytics documentation (and how to opt-out) here: https://docs.brew.sh/Analytics No analytics data has been sent yet (or will be during this `install` run).
==> Homebrew is run entirely by unpaid volunteers. Please consider donating: https://github.com/Homebrew/brew
==> Next steps: - Add Homebrew to your PATH in /Users/cc/.zprofile: echo 'eval $(/opt/homebrew/bin/brew shellenv)' >> /Users/cc/.zprofile eval $(/opt/homebrew/bin/brew shellenv) - Run `brew help` to get started - Further documentation: https://docs.brew.sh
cc@ccy ~ % echo 'eval $(/opt/homebrew/bin/brew shellenv)' >> /Users/cc/.zprofile
cc@ccy ~ % brew update ==> Homebrew is run entirely by unpaid volunteers. Please consider donating: https://github.com/Homebrew/brew Updated 1 tap (homebrew/core). ==> Updated Formulae arturo comby fluent-bit sourcery cassandra-reaper flarectl modules cc@ccy ~ % brew update Already up-to-date. cc@ccy ~ % brew --version Homebrew 3.0.4 Homebrew/homebrew-core (git revision 0ee0c4; last commit 2021-03-04)
|