From 83867e3a98eb3058704919c0bdd2e91b5a2d2b13 Mon Sep 17 00:00:00 2001 From: William Petit Date: Tue, 16 May 2023 13:06:11 +0200 Subject: [PATCH] feat(gitea-download): accept self-signed certificates --- resources/com/cadoles/gitea/gitea-download.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/com/cadoles/gitea/gitea-download.sh b/resources/com/cadoles/gitea/gitea-download.sh index 983ff86..a7f0181 100644 --- a/resources/com/cadoles/gitea/gitea-download.sh +++ b/resources/com/cadoles/gitea/gitea-download.sh @@ -120,6 +120,7 @@ function gitea_download { curl -L \ --fail \ --ipv4 \ + -k \ -u "$GITEA_DOWNLOAD_USERNAME:$GITEA_DOWNLOAD_PASSWORD" \ --output "$output" \ $GITEA_DOWNLOAD_CURL_ARGS \