【问题标题】:homebrew install script mac os 10.10.5自制安装脚本 mac os 10.10.5
【发布时间】:2016-06-07 17:26:24
【问题描述】:

在 mac os 10.10.5 中安装 homebrew 的非常简单的脚本:

iMac-phuocho:~ phuocho$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
==> This script will install:
/usr/local/bin/brew
/usr/local/Library/...
/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
==> The following directories will be made group writable:
/usr/local/.
/usr/local/bin
==> The following directories will have their owner set to phuocho:
/usr/local/.
/usr/local/bin
==> The following directories will have their group set to admin:
/usr/local/.
/usr/local/bin

Press RETURN to continue or any other key to abort

看起来像这样 4 小时。请帮助我。

【问题讨论】:

  • 请问什么是4h?你按回车了吗?
  • 我什么都不做,4h就是4小时

标签: ios macos macros


【解决方案1】:

脚本正在等待您确认您是否愿意让它执行列出的任务。

按 RETURN 继续或任何其他键中止

表示它正在等待你按回车,然后才继续

【讨论】:

    猜你喜欢
    • 2016-10-17
    • 2018-02-03
    • 1970-01-01
    • 2016-01-11
    • 2015-12-07
    • 1970-01-01
    • 1970-01-01
    • 2011-01-21
    • 1970-01-01
    相关资源
    最近更新 更多