mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 04:58:59 +00:00
(setup) Add progress bar to downloads for better feedback
This commit is contained in:
parent
9351593495
commit
80e482b155
@ -31,7 +31,7 @@ function download_model {
|
||||
|
||||
if [ ! -f $model ]; then
|
||||
echo "** $model absent, downloading $url"
|
||||
curl -s -o $model.tmp $url
|
||||
curl -L --progress-bar -o $model.tmp $url
|
||||
mv $model.tmp $model
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user