File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
configuration/environment Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ export DOTNET_ROOT=$HOME/.dotnet
2525export DOTNET_MULTILEVEL_LOOKUP=0
2626
2727export HOMEBREW_NO_AUTO_UPDATE=1
28- export HOMEBREW_NO_INSTALL_FROM_API=1
2928export HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS=3650
3029export HOMEBREW_CASK_OPTS=" --no-quarantine"
3130
Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ echo "Installing Homebrew..."
88HOMEBREW_INSTALL_URL=" https://raw.githubusercontent.com/Homebrew/install/master/install.sh"
99/bin/bash -c " $( curl -fsSL ${HOMEBREW_INSTALL_URL} ) "
1010
11+ git clone https://github.com/Homebrew/homebrew-cask $( brew --repository) /Library/Taps/homebrew/homebrew-cask --origin=origin --template= --config core.fsmonitor=false --depth 1
12+ git clone https://github.com/Homebrew/homebrew-core $( brew --repository) /Library/Taps/homebrew/homebrew-core --origin=origin --template= --config core.fsmonitor=false --depth 1
13+
14+ brew tap homebrew/cask
15+ brew tap homebrew/core
16+
1117if [[ $arch == " arm64" ]]; then
1218 /opt/homebrew/bin/brew update
1319 /opt/homebrew/bin/brew upgrade
You can’t perform that action at this time.
0 commit comments