6 lines
145 B
Bash
Executable File
6 lines
145 B
Bash
Executable File
#!/bin/zsh
|
|
|
|
local option_prefix=''
|
|
[[ "$BOX_SETUP_OS" = "macos" ]] && option_prefix='--cask'
|
|
${=BOX_SETUP_INSTALL_COMMAND} "$option_prefix" gimp
|