From cd6e50fd9b8dd8bbaf61bb2712b44896d9e0276a Mon Sep 17 00:00:00 2001 From: graceyudhaaa Date: Fri, 13 Aug 2021 11:23:54 +0700 Subject: [PATCH] add --no-check-certificate to wget --- scripts/sharedFuncs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sharedFuncs.sh b/scripts/sharedFuncs.sh index 526566d..0151fa3 100755 --- a/scripts/sharedFuncs.sh +++ b/scripts/sharedFuncs.sh @@ -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"