mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	[fix] filtron.sh: fix filtron proxy error
morty & filtron upgrade golang from v1.13.5 to v1.17.2 (#stable go[1]) Closes: #443 [1] https://golang.org/dl/#stable
This commit is contained in:
		
							parent
							
								
									13c355c4c4
								
							
						
					
					
						commit
						5c4afdd737
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -42,7 +42,7 @@ SERVICE_GROUP="${SERVICE_USER}"
 | 
			
		|||
SERVICE_GROUP="${SERVICE_USER}"
 | 
			
		||||
 | 
			
		||||
GO_ENV="${SERVICE_HOME}/.go_env"
 | 
			
		||||
GO_PKG_URL="https://dl.google.com/go/go1.13.5.linux-amd64.tar.gz"
 | 
			
		||||
GO_PKG_URL="https://golang.org/dl/go1.17.2.linux-amd64.tar.gz"
 | 
			
		||||
GO_TAR=$(basename "$GO_PKG_URL")
 | 
			
		||||
 | 
			
		||||
APACHE_FILTRON_SITE="searx.conf"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -28,7 +28,7 @@ SERVICE_GROUP="${SERVICE_USER}"
 | 
			
		|||
SERVICE_ENV_DEBUG=false
 | 
			
		||||
 | 
			
		||||
GO_ENV="${SERVICE_HOME}/.go_env"
 | 
			
		||||
GO_PKG_URL="https://dl.google.com/go/go1.13.5.linux-amd64.tar.gz"
 | 
			
		||||
GO_PKG_URL="https://golang.org/dl/go1.17.2.linux-amd64.tar.gz"
 | 
			
		||||
GO_TAR=$(basename "$GO_PKG_URL")
 | 
			
		||||
 | 
			
		||||
# shellcheck disable=SC2034
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue