Merge 887ff2a7bf
into ad157c73aa
This commit is contained in:
commit
298b12877c
|
@ -207,7 +207,7 @@ function download_component() {
|
||||||
downrez=$?
|
downrez=$?
|
||||||
else
|
else
|
||||||
show_message "using wget to download $4"
|
show_message "using wget to download $4"
|
||||||
wget "$3" -P "$CACHE_PATH"
|
wget --no-check-certificate "$3" -P "$CACHE_PATH"
|
||||||
downrez=$?
|
downrez=$?
|
||||||
fi
|
fi
|
||||||
if [ "$downrez" -eq 0 ];then
|
if [ "$downrez" -eq 0 ];then
|
||||||
|
|
Loading…
Reference in New Issue