diff --git a/spouse/download_data.sh b/spouse/download_data.sh index c3bd2d8..b06473b 100644 --- a/spouse/download_data.sh +++ b/spouse/download_data.sh @@ -22,7 +22,7 @@ done if [ "$RELOAD" = true ]; then if [ -d "data/" ]; then rm -Rf "data/"; fi mkdir -p data - wget $DATA_URL -O data.zip + wget $DATA_URL -O data.zip --no-check-certificate cd data/ unzip ../data.zip rm ../data.zip