transcribe-matrix-live

A fork for matrix-live transcription@home by fyyd.de
git clone git://archive.git.mtrnord.blog/MTRNord/transcribe-matrix-live.git
Log | Files | Refs | README

commit 0451e509ed6145d91092ea8705cc39e787f56047
parent 9044a451ae272bb457d81eb525104ffbc5bf9c3c
Author: Christian Bednarek <eazy@eazy-living.de>
Date:   Thu, 26 Jan 2023 19:06:01 +0100

Update setup.sh
Diffstat:
Msetup.sh | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/setup.sh b/setup.sh @@ -31,6 +31,12 @@ then exit fi +if ! command -v jq &> /dev/null +then + echo "Can't find jq. Please install." + exit +fi + if [ ! -f "whisper.cpp/whisper.cpp" ] then echo "downloading whisper.cpp"