removed from install-mimic.sh (#286)

pull/290/head^2
Arron Atchison 2016-07-15 09:54:28 -05:00 committed by Ethan Ward
parent f846b83ed8
commit ea602a62a5
1 changed files with 2 additions and 2 deletions

View File

@ -10,12 +10,12 @@ if [ ! -d ${MIMIC_DIR} ]; then
git clone https://github.com/MycroftAI/mimic.git
cd ${MIMIC_DIR}
./configure --with-audio=alsa
make -j$CORES
make #-j$CORES
else
# ensure mimic is up to date
cd ${MIMIC_DIR}
git pull
make clean
./configure --with-audio=alsa
make -j$CORES
make #-j$CORES
fi