mirror of
https://github.com/geohot/qira
synced 2025-03-12 18:13:15 +03:00
Don't print ugly message when testing presence of brew.
This commit is contained in:
parent
7618c1a4d2
commit
7de8a07db4
@ -46,7 +46,7 @@ if [[ "$unamestr" == 'Linux' ]]; then
|
||||
cd ../
|
||||
fi
|
||||
elif [[ "$unamestr" == 'Darwin' ]]; then
|
||||
if [ $(brew > /dev/null; echo $?) == 1 ]; then
|
||||
if [ $(which brew) ]; then
|
||||
echo "Installing OS X dependencies"
|
||||
brew update
|
||||
brew install python capstone
|
||||
|
Loading…
x
Reference in New Issue
Block a user