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 \