Files
box-setup/installs_and_builds/s12_web_browser

9 lines
348 B
Bash
Executable File

#!/bin/zsh
# TODO: replace firefox with brave or another browser
# install_option_prefix=''
# [[ "$BOX_SETUP_OS" = "macos" ]] && install_option_prefix='--cask'
# firefox_package_name='firefox'
# [[ "$BOX_SETUP_OS" = "debian" ]] && firefox_package_name='firefox-esr'
# ${=BOX_SETUP_INSTALL_COMMAND} "$install_option_prefix" "$firefox_package_name"