mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Fix travis trying to pull qTox
This commit is contained in:
parent
0e9347cff1
commit
6e1b7b3464
@ -125,6 +125,9 @@ function install() {
|
|||||||
git clone https://github.com/irungentoo/toxcore.git
|
git clone https://github.com/irungentoo/toxcore.git
|
||||||
fi
|
fi
|
||||||
# qTox
|
# qTox
|
||||||
|
if [[ $TRAVIS = true ]]; then #travis check
|
||||||
|
fcho "Travis... You already have qTox..."
|
||||||
|
else
|
||||||
if [[ -e $QTOX_DIR/.git/index ]]; then # Check if this exists
|
if [[ -e $QTOX_DIR/.git/index ]]; then # Check if this exists
|
||||||
fcho "qTox git repo already in place !"
|
fcho "qTox git repo already in place !"
|
||||||
cd $QTOX_DIR
|
cd $QTOX_DIR
|
||||||
@ -133,6 +136,7 @@ function install() {
|
|||||||
fcho "Cloning qTox git ... "
|
fcho "Cloning qTox git ... "
|
||||||
git clone https://github.com/tux3/qTox.git
|
git clone https://github.com/tux3/qTox.git
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
# filter_audio
|
# filter_audio
|
||||||
if [[ -e $FA_DIR/.git/index ]]; then # Check if this exists
|
if [[ -e $FA_DIR/.git/index ]]; then # Check if this exists
|
||||||
fcho "Filter_Audio git repo already in place !"
|
fcho "Filter_Audio git repo already in place !"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user