8 lines
		
	
	
		
			224 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			224 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/zsh
 | 
						|
 | 
						|
local option_prefix=''
 | 
						|
[[ "$BOX_SETUP_OS" = "macos" ]] && option_prefix='--cask'
 | 
						|
${=BOX_SETUP_INSTALL_COMMAND} "$option_prefix" gimp
 | 
						|
 | 
						|
# ${=BOX_SETUP_INSTALL_COMMAND} imagemagick # TODO: consider this program too
 |