From d0f94fb100ac77b44c3f99ff4b71c249e672960e Mon Sep 17 00:00:00 2001 From: Dan Goodman Date: Sun, 8 Sep 2024 12:53:29 -0700 Subject: [PATCH] Update download-dns-challenge-5-headset-training.sh Need to use `-z`, `-j` will error with `bzip2: (stdin) is not a bzip2 file` --- 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