brew.sh: tweak xcode hint to auto-accept license

Small improvement to the xcode license hint. Reduces friction by allowing user to accept the license in a single step. 
Reference: http://apple.stackexchange.com/questions/175069/how-to-accept-xcode-license
This commit is contained in:
Matt Tagg 2016-10-18 18:40:57 -07:00 committed by GitHub
parent d08f61a704
commit db6681f2ef

View File

@ -165,7 +165,7 @@ EOS
then
odie <<EOS
You have not agreed to the Xcode license. Please resolve this by running:
sudo xcodebuild -license
sudo xcodebuild -license accept
EOS
fi
fi