removed from install-mimic.sh (#286)
parent
f846b83ed8
commit
ea602a62a5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue