This commit is contained in:
Grace Yudha Satriawan 2021-08-13 12:27:59 +07:00 committed by GitHub
commit 298b12877c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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