From 1e0f6932a09938d1c2c3597ac19b3d5627c3119d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Barroso=20Galindo?= Date: Fri, 22 Sep 2023 21:20:26 +0200 Subject: [PATCH] Adding more curl return codes to the SSL certs branch --- downloader.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downloader.sh b/downloader.sh index 04cabe8..685d7b4 100755 --- a/downloader.sh +++ b/downloader.sh @@ -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