feat(gitea-download): accept self-signed certificates

This commit is contained in:
wpetit 2023-05-16 13:06:11 +02:00
parent 6ebceae3b9
commit 83867e3a98
1 changed files with 1 additions and 0 deletions

View File

@ -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 \