Merge pull request #129 from graceyudhaaa/master

add --no-check-certificate to wget
This commit is contained in:
Viktor 2021-08-19 11:43:42 +04:30 committed by GitHub
commit 5f8f0adcdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"