From 12d1005e271a3982cebec35b5a75bfa54bf7645d Mon Sep 17 00:00:00 2001 From: Alexander Lenhardt Date: Thu, 3 Aug 2023 22:01:32 +0200 Subject: [PATCH] tar must use gzip instead of bzip for dns5 headset training dataset --- download-dns-challenge-5-headset-training.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download-dns-challenge-5-headset-training.sh b/download-dns-challenge-5-headset-training.sh index 4c41b9db871..291514fbd26 100644 --- a/download-dns-challenge-5-headset-training.sh +++ b/download-dns-challenge-5-headset-training.sh @@ -129,5 +129,5 @@ do # wget "$URL" -O "$OUTPUT_PATH/$BLOB" # Same, + unpack files on the fly - # curl "$URL" | tar -C "$OUTPUT_PATH" -f - -x -j + # curl "$URL" | tar -C "$OUTPUT_PATH" -f - -x -z done