Skip to content

Commit a5e679f

Browse files
Update setup_deb.sh
1 parent aa88649 commit a5e679f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup_deb.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ if [ -z ${SCRIPT_DIR+x} ]; then
1616
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
1717
fi
1818

19+
if [ ! -f "$SCRIPT_DIR/speech_recognition/whisper/whisper/README.md" ]; then
20+
log "Please pull submodules first: git submodule update --init --recursive"
21+
exit 1
22+
fi
23+
1924
if [ "$FORCE_INSTALL" != "1" ]; then
2025
log "Checking for aarch64 system ..."
2126
sleep 1

0 commit comments

Comments
 (0)