Skip to content

Commit

Permalink
Adding more curl return codes to the SSL certs branch
Browse files Browse the repository at this point in the history
  • Loading branch information
theypsilon authored Sep 22, 2023
1 parent 682fbcb commit 1e0f693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion downloader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ download_file() {
export CURL_SSL="${CURL_SSL:-}"
return
;;
60)
60|77|35|51|58|59|82|83)
if [ -f /etc/ssl/certs/cacert.pem ] ; then
export CURL_SSL="--cacert /etc/ssl/certs/cacert.pem"
continue
Expand Down

0 comments on commit 1e0f693

Please sign in to comment.