install-mimic picks a specific version, not the latest (#437)

pull/520/head
Åke 2017-02-09 21:12:22 +01:00 committed by Arron Atchison
parent a53a5bf0a6
commit b0eeaf2200
1 changed files with 2 additions and 1 deletions

View File

@ -4,10 +4,11 @@ set -Ee
MIMIC_DIR=mimic
CORES=$(nproc)
MIMIC_VERSION=1.1.0
# download and install mimic
if [ ! -d ${MIMIC_DIR} ]; then
git clone https://github.com/MycroftAI/mimic.git
git clone --branch ${MIMIC_VERSION} https://github.com/MycroftAI/mimic.git
cd ${MIMIC_DIR}
./configure --with-audio=alsa
make #-j$CORES