mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 21:18:58 +00:00
(setup) use curl instead of wget for setup.sh
This commit is contained in:
parent
13ee31770a
commit
23be648456
@ -12,7 +12,7 @@ function download_model {
|
|||||||
|
|
||||||
if [ ! -f $model ]; then
|
if [ ! -f $model ]; then
|
||||||
echo "** Downloading $url"
|
echo "** Downloading $url"
|
||||||
wget -O $model $url
|
curl -s -o $model $url
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user