add fedora support to __package
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								e19c079f24
							
						
					
				
			
			
				commit
				
					
						d9e2493eb9
					
				
			
		
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -33,6 +33,7 @@ else
 | 
				
			||||||
         archlinux) type="pacman" ;;
 | 
					         archlinux) type="pacman" ;;
 | 
				
			||||||
         debian|ubuntu) type="apt" ;;
 | 
					         debian|ubuntu) type="apt" ;;
 | 
				
			||||||
         gentoo) type="emerge" ;;
 | 
					         gentoo) type="emerge" ;;
 | 
				
			||||||
 | 
					         fedora) type="yum" ;;
 | 
				
			||||||
         *)
 | 
					         *)
 | 
				
			||||||
            echo "Don't know how to manage packages on: $os" >&2
 | 
					            echo "Don't know how to manage packages on: $os" >&2
 | 
				
			||||||
            exit 1
 | 
					            exit 1
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue