7 lines
219 B
Bash
Executable File
7 lines
219 B
Bash
Executable File
#!/bin/zsh
|
|
|
|
local option_prefix=''
|
|
[[ "$BOX_SETUP_OS" = "macos" ]] && option_prefix='--cask'
|
|
# NOTE: ghostty not currently in debian repos, maybe build from source
|
|
${=BOX_SETUP_INSTALL_COMMAND} "$option_prefix" ghostty
|