Created
September 26, 2020 04:07
-
-
Save ilatypov/f197cd65941063e2df828122c7de0c52 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
set -ex | |
# To circumvent a local outgoing proxy with another proxy, | |
# export ALL_PROXY=USER:NAME@HOST:PORT | |
brew config | |
brew update-reset | |
brew update | |
brew config | |
# https://github.com/microsoft/homebrew-mssql-release/issues/41 | |
export ACCEPT_EULA=Y | |
export HOMEBREW_NO_ENV_FILTERING=1 | |
brew upgrade || : |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment