From 3732f89b5b87efa64e91604df9af5b252aa8bcb9 Mon Sep 17 00:00:00 2001 From: builderjer <34875857+builderjer@users.noreply.github.com> Date: Wed, 18 Oct 2023 05:34:31 -0600 Subject: [PATCH] Update 01-run.sh remove oww non downloading model --- stage-audio/02-voice/01-run.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/stage-audio/02-voice/01-run.sh b/stage-audio/02-voice/01-run.sh index 04f8a27..f503383 100755 --- a/stage-audio/02-voice/01-run.sh +++ b/stage-audio/02-voice/01-run.sh @@ -2,12 +2,8 @@ install -v -d -m 0755 "${ROOTFS_DIR}/home/ovos/.local/share" -install -v -d -m 0755 "${ROOTFS_DIR}/home/ovos/.local/share/openwakeword" install -v -d -m 0755 "${ROOTFS_DIR}/home/ovos/.local/share/precise_lite" -wget https://github.com/dscripka/openWakeWord/raw/main/openwakeword/resources/models/hey_mycroft_v0.1.tflite -P "${ROOTFS_DIR}/home/ovos/.local/share/openwakeword/" - - wget https://github.com/OpenVoiceOS/precise-lite-models/raw/master/wakewords/en/hey_mycroft.tflite -P "${ROOTFS_DIR}/home/ovos/.local/share/precise_lite/" install -v -m 0644 files/ovos-dinkum-listener.service "${ROOTFS_DIR}/etc/systemd/user/ovos-dinkum-listener.service"