Browse Source

Applied ductile to home-brew's mouth on update

pull/3039/head
RowenStipe 10 years ago
parent
commit
9dd46c249b
  1. 6
      osx/qTox-Mac-Deployer-ULTIMATE.sh

6
osx/qTox-Mac-Deployer-ULTIMATE.sh

@ -97,16 +97,16 @@ function install() { @@ -97,16 +97,16 @@ function install() {
fi
fcho "Updating brew formulas ..."
if [[ $TRAVIS = true ]]; then
brew update -vv
brew update > /dev/null
else
brew update
fi
fcho "Getting home brew formulas ..."
sleep 3
if [[ $TRAVIS != true ]]; then #travis check
brew install -vv wget libtool automake
brew install wget libtool automake
fi
brew install -vv git ffmpeg qrencode autoconf check qt5 libvpx opus sqlcipher libsodium
brew install git ffmpeg qrencode autoconf check qt5 libvpx opus sqlcipher libsodium
QT_VER=($(ls ${QT_DIR} | sed -n -e 's/^\([0-9]*\.([0-9]*\.([0-9]*\).*/\1/' -e '1p;$p'))
QT_DIR_VER="${QT_DIR}/${QT_VER[1]}"

Loading…
Cancel
Save