Gictorbit / illustratorCClinux

Illustrator CC v17 installer for Gnu/Linux
GNU General Public License v3.0
800 stars 102 forks source link

add -k and --no-check-certificate to curl and wget to ignore ssl #30

Open asjn3e opened 2 years ago

asjn3e commented 2 years ago
elif [ "$curlpkg" == "true" ];then
                show_message "using curl to download $4"
                curl -k $3 -o $1
                downrez=$?
            else
                show_message "using wget to download $4"
                wget --no-check-certificate "$3" -P "$CACHE_PATH"
                downrez=$?
asjn3e commented 2 years ago

bro thank you for your great app but please try to fix that ssl certificate by merging this branch