Had to change the apt_source_distribution to stable, since the repository doesn't differ in distributions
This commit is contained in:
		
					parent
					
						
							
								6bb58f8820
							
						
					
				
			
			
				commit
				
					
						a70d2e0af5
					
				
			
		
					 1 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -8,10 +8,12 @@ case $os in
 | 
			
		|||
    debian|devuan)
 | 
			
		||||
        case $os_version in
 | 
			
		||||
            8*|jessie)
 | 
			
		||||
                apt_source_distribution=jessie
 | 
			
		||||
                # Differntation not needed anymore
 | 
			
		||||
                apt_source_distribution=stable
 | 
			
		||||
                ;;
 | 
			
		||||
            9*|ascii/ceres|ascii)
 | 
			
		||||
                apt_source_distribution=stretch
 | 
			
		||||
                # Differntation not needed anymore
 | 
			
		||||
                apt_source_distribution=stable
 | 
			
		||||
                ;;
 | 
			
		||||
            *)
 | 
			
		||||
                echo "Don't know how to install Grafana on $os $os_version. Send us a pull request!" >&2
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue