9 lines
336 B
Bash
Executable File
9 lines
336 B
Bash
Executable File
#!/bin/zsh
|
|
|
|
# TODO: replace firefox with brave or another browser
|
|
# local option_prefix=''
|
|
# [[ "$BOX_SETUP_OS" = "macos" ]] && option_prefix='--cask'
|
|
# local firefox_package_name='firefox'
|
|
# [[ "$BOX_SETUP_OS" = "debian" ]] && firefox_package_name='firefox-esr'
|
|
# ${=BOX_SETUP_INSTALL_COMMAND} "$option_prefix" "$firefox_package_name"
|