Skip to content

Commit

Permalink
add --no-check-certificate to wget
Browse files Browse the repository at this point in the history
  • Loading branch information
graceyudhaaa committed Aug 13, 2021
1 parent 44cf2d1 commit cd6e50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sharedFuncs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cd6e50f

Please sign in to comment.