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