add --no-check-certificate to wget

This commit is contained in:
graceyudhaaa 2021-08-13 11:23:54 +07:00
parent 44cf2d1bc9
commit cd6e50fd9b
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ function download_component() {
curl $3 -o $1
else
show_message "using wget to download $4"
wget "$3" -P "$CACHE_PATH"
wget --no-check-certificate "$3" -P "$CACHE_PATH"
if [ $? -eq 0 ];then
notify-send "Photoshop CC" "$4 download completed" -i "download"