follow redirect when fetching theme archive (#15986)
This commit is contained in:
		
					parent
					
						
							
								d1dbbf43b0
							
						
					
				
			
			
				commit
				
					
						568fe8c595
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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 $@)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue