mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-07-01 01:19:52 +02:00
⬆ Update qurator_data_lib.sh to use a silent curl instead of wget
This commit is contained in:
parent
7ecca0e92a
commit
4cb4f6f2bf
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ download_to() {
|
|||
(
|
||||
cd $DATA_SUBDIR
|
||||
tmpf=`mktemp 'tmp.XXXXX'`
|
||||
wget -O $tmpf "$download_source"
|
||||
curl -sSL -o $tmpf "$download_source"
|
||||
mkdir -p "$unpack_to"
|
||||
# Unpacking relies on tar -a unpacking any tar compression
|
||||
tar -C "$unpack_to" -af $tmpf -xv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue