mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Applied ductile to home-brew's mouth on update
This commit is contained in:
parent
ff41443b1e
commit
9dd46c249b
|
@ -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…
Reference in New Issue
Block a user