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:
parent
d08f61a704
commit
db6681f2ef
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user