Skip to content
Snippets Groups Projects
Commit db6681f2 authored by Matt Tagg's avatar Matt Tagg Committed by GitHub
Browse files

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
parent d08f61a7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment