mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
follow redirect when fetching theme archive (#15986)
This commit is contained in:
@@ -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 $@)
|
||||
|
Reference in New Issue
Block a user