diff --git a/scripts/install-mimic.sh b/scripts/install-mimic.sh index 8198e62644..fb52b2cd56 100755 --- a/scripts/install-mimic.sh +++ b/scripts/install-mimic.sh @@ -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