add support for gentoo to explorer pgk_system
Signed-off-by: Steven Armstrong <steven.armstrong@inf.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								3e89e05b30
							
						
					
				
			
			
				commit
				
					
						e1f90293b9
					
				
			
		
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -22,6 +22,7 @@
 | 
				
			||||||
case "$("${__cdist_remote_explorer_dir}/os")" in
 | 
					case "$("${__cdist_remote_explorer_dir}/os")" in
 | 
				
			||||||
      archlinux) echo pacman ;;
 | 
					      archlinux) echo pacman ;;
 | 
				
			||||||
      debian|ubuntu) echo apt ;;
 | 
					      debian|ubuntu) echo apt ;;
 | 
				
			||||||
 | 
					      gentoo) echo emerge ;;
 | 
				
			||||||
esac
 | 
					esac
 | 
				
			||||||
 | 
					
 | 
				
			||||||
exit 0
 | 
					exit 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue