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 11aea8c commit b5a88feCopy full SHA for b5a88fe
scripts/setup-macos.sh
@@ -56,7 +56,7 @@ function install_build_prerequisites {
56
pkg=${BASH_REMATCH[1]}
57
ver=${BASH_REMATCH[2]}
58
echo "Installing '${pkg}' at '${ver}'"
59
- tap="velox/local-${pkg}"
+ tap="local-${pkg}"
60
brew tap-new "${tap}"
61
brew extract "--version=${ver}" "${pkg}" "${tap}"
62
brew install "${tap}/${pkg}@${ver}"
0 commit comments