forked from ungleich-public/cdist
		
	use __global in type __package
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								bfaa027452
							
						
					
				
			
			
				commit
				
					
						62b392e65d
					
				
			
		
					 2 changed files with 2 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -28,7 +28,7 @@ if [ -f "$type" ]; then
 | 
			
		|||
   type="$(cat "$type")"
 | 
			
		||||
else
 | 
			
		||||
   # By default determine package manager based on operating system
 | 
			
		||||
   os="$(cat "out/explorer/os")"
 | 
			
		||||
   os="$(cat "$__global/explorer/os")"
 | 
			
		||||
   case "$os" in
 | 
			
		||||
         archlinux) type="pacman" ;;
 | 
			
		||||
         debian|ubuntu) type="apt" ;;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue