We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c8d830 commit 2e71ccbCopy full SHA for 2e71ccb
tools/install-brew-applications.bash
@@ -72,7 +72,7 @@ function installBrewPackage()
72
then
73
header "INSTALLING CASK PACKAGE ${packageNameForHeader}"
74
75
- brew reinstall --force "${packageName}"
+ brew install --force "${packageName}"
76
displayVersion "$(brew list --version "${packageName}" --"${packageType}")" "${packageNameForHeader}"
77
else
78
header "INSTALLING BREW PACKAGE ${packageNameForHeader}"
0 commit comments