rice

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit cfe5ea9faa0cbaaa3a31a0833970598f168663d1
parent c98daf302214e6229938ca99b1c298250646a536
Author: Mark Feller <mfeller@recurly.com>
Date:   Thu, 19 Dec 2019 15:33:26 -0700

upgrade

Signed-off-by: Mark Feller <mfeller@recurly.com>

Diffstat:
Mpkgs/macos/install | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkgs/macos/install b/pkgs/macos/install @@ -15,7 +15,7 @@ install_packages() { packages=$(sed '/^$/d' /tmp/pkgs | sed '/^#/d') while IFS=' ' read -r program comment; do - brew install --force $program + brew install $program || brew upgrade $program done <<EOF $packages EOF