Homebrew インストール スクリプトを使用しようとしています。
/usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"
それは動作しません:
This script requires the user <my_username> to be in the staff group. If this
sucks for you then you can install Homebrew in your home directory or however
you please; please refer to the website. If you still want to use this script
the following command should work:
dscl /Local/Default -append /Groups/staff GroupMembership $USER
どちらか$USER
または私の実際のユーザー名で実行すると、これを返す最後の行もありません。
<main> attribute status: eDSPermissionError
<dscl_cmd> DS Error: -14120 (eDSPermissionError)
これをどのようにインストールすればよいですか?Web 上でこのインストール スクリプトを使用している人々について読んだところならどこでも、どうやらこれは非常にうまく機能するようです。