forked from ungleich-public/cdist
		
	[explorer/os_version] add new debian code names: bookworm and trixie
This commit is contained in:
		
					parent
					
						
							
								3ae5a606ca
							
						
					
				
			
			
				commit
				
					
						67f85546ec
					
				
			
		
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -54,6 +54,8 @@ in
 | 
			
		|||
              # sid versions don't have a number, so we decode by codename:
 | 
			
		||||
              case $(expr "$debian_version" : '\([a-z]\{1,\}\)/')
 | 
			
		||||
              in
 | 
			
		||||
                  trixie) echo 12.99 ;;
 | 
			
		||||
                  bookworm) echo 11.99 ;;
 | 
			
		||||
                  bullseye) echo 10.99 ;;
 | 
			
		||||
                  buster) echo 9.99 ;;
 | 
			
		||||
                  stretch) echo 8.99 ;;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue