]> source.dussan.org Git - gitea.git/commitdiff
follow redirect when fetching theme archive (#15986)
authortechknowlogick <techknowlogick@gitea.io>
Wed, 26 May 2021 22:03:39 +0000 (18:03 -0400)
committerGitHub <noreply@github.com>
Wed, 26 May 2021 22:03:39 +0000 (18:03 -0400)
docs/Makefile

index 487e16cf6fc278f06b0323711eb0affe08b6251c..68afe03e75fe0867daf97ecd520eb9e5b0e43891 100644 (file)
@@ -31,4 +31,4 @@ update: $(THEME)
 $(THEME): $(THEME)/theme.toml
 $(THEME)/theme.toml:
        mkdir -p $$(dirname $@)
-       curl -s $(ARCHIVE) | tar xz -C $$(dirname $@)
+       curl -L -s $(ARCHIVE) | tar xz -C $$(dirname $@)