Skip to content

Commit

Permalink
Add '--no-check-certificate' flag to wget
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Jan 8, 2024
1 parent 5a5e391 commit 2c75e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download-data-set.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ while [[ $(curl --silent --head ${DATA_SET_URL} | grep 'HTTP/1.1 409 Conflict')
done

echo "Downloading data set"
${WGET} ${DATA_SET_URL}
${WGET} --no-check-certificate ${DATA_SET_URL}

0 comments on commit 2c75e5e

Please sign in to comment.