Update compile.sh

This commit is contained in:
__Rylex__
2024-02-01 20:37:37 -08:00
committed by GitHub
parent afb32fdc4c
commit 9d0959adc3

View File

@@ -53,7 +53,6 @@ rm -rf /tmp/zstd &&
rm -rf /tmp/libarchive && rm -rf /tmp/libarchive &&
rm -rf /tmp/openfst && rm -rf /tmp/openfst &&
cd $SRC &&
git clone -b v1.5.5 --depth=1 https://github.com/facebook/zstd /tmp/zstd && git clone -b v1.5.5 --depth=1 https://github.com/facebook/zstd /tmp/zstd &&
git clone -b v3.7.2 --depth=1 https://github.com/libarchive/libarchive /tmp/libarchive && git clone -b v3.7.2 --depth=1 https://github.com/libarchive/libarchive /tmp/libarchive &&
git clone --depth=1 https://gitlab.inria.fr/multispeech/kaldi.web/clapack-wasm.git && git clone --depth=1 https://gitlab.inria.fr/multispeech/kaldi.web/clapack-wasm.git &&