1 changed file
packages | ||
brew_install_packages.sh | ||
Add comment 111 opts="--cask"
Add comment 112 fi
Add comment 113
Add comment 114 Plus echo
Add comment 115 Plus echo "Packages to be installed:"
Add comment 116 Plus echo
Add comment 117 Plus tr ' ' '\n' <<< "$packages"
Add comment 118 Plus echo
Add comment 119 Plus
Add comment 114 120 # Fails if any of the packages are already installed, so you'll probably want to ignore and continue and detect missing
Add comment 115 121 # package later in build system if it's a problem eg. resulting in missing headers later in build
Add comment 116 122 if [ -n "${NO_FAIL:-}" ]; then