From 4727d0658c009e2b6693e60b2e43a4df6638224f Mon Sep 17 00:00:00 2001 From: Alire Jafari Date: Tue, 8 Mar 2022 02:09:08 +0330 Subject: [PATCH 1/3] add -k and --no-check-certificate to curl and wget for ignoring ssl --- scripts/sharedFuncs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/sharedFuncs.sh b/scripts/sharedFuncs.sh index dc61407..aaa582a 100644 --- a/scripts/sharedFuncs.sh +++ b/scripts/sharedFuncs.sh @@ -203,11 +203,11 @@ function download_component() { elif [ "$curlpkg" == "true" ];then show_message "using curl to download $4" - curl $3 -o $1 + curl -k $3 -o $1 downrez=$? else show_message "using wget to download $4" - wget "$3" -P "$CACHE_PATH" + wget --no-check-certificate "$3" -P "$CACHE_PATH" downrez=$? fi if [ "$downrez" -eq 0 ];then From d05b1aafcee84623fc1b7202c5ba98e134d63cbb Mon Sep 17 00:00:00 2001 From: Alireza Jafari Date: Thu, 10 Mar 2022 23:52:19 +0330 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index adb60dc..433d624 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - +--ssl cerificate issue fixed
![ai screenshot](images/Screenshot-illustratorCC.png) @@ -96,4 +96,4 @@ chmod +x uninstaller.sh - \ No newline at end of file + From 86d223883f78d3487e32f1e4741de8d7c122a056 Mon Sep 17 00:00:00 2001 From: Alireza Jafari Date: Thu, 10 Mar 2022 23:52:55 +0330 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 433d624..d14ac11 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ ---ssl cerificate issue fixed +

ssl cerificate issue fixed

![ai screenshot](images/Screenshot-illustratorCC.png)