7 lines
		
	
	
		
			232 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			232 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/zsh
 | 
						|
 | 
						|
# only audio editor(s) in this file; daws are handled separately
 | 
						|
install_option_prefix=''
 | 
						|
[[ "$BOX_SETUP_OS" = "macos" ]] && install_option_prefix='--cask'
 | 
						|
${=BOX_SETUP_INSTALL_COMMAND} "$install_option_prefix" audacity
 |