wget 续传 (#801)

This commit is contained in:
布宝
2024-04-22 20:19:08 +08:00
committed by GitHub
parent 7f3b9ffe5d
commit dc5af04830
3 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ if [ ! -d ./android/SherpaOnnxKws/app/src/main/assets/$repo ]; then
log "Start testing ${repo_url}"
log "Download pretrained model and test-data from $repo_url"
wget -qq $repo_url
wget -c -qq $repo_url
tar jxvf ${repo}.tar.bz
pushd $repo