diff --git a/lib/builder-utils.sh b/lib/builder-utils.sh index 4db4adc..95f21cf 100644 --- a/lib/builder-utils.sh +++ b/lib/builder-utils.sh @@ -23,7 +23,7 @@ function retrieve_file() { else rm -f $dst if [ "$downloader" = "wget" ]; then - wget --tries=1 -O $dst --timeout=5 -q --no-verbose "$src" + wget --no-check-certificate --tries=1 -O $dst --timeout=5 -q --no-verbose "$src" if [ "$?" == "1" ] ; then rm $dst fi