Skip to content

Instantly share code, notes, and snippets.

@ilatypov
Created September 26, 2020 04:07
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ilatypov/f197cd65941063e2df828122c7de0c52 to your computer and use it in GitHub Desktop.
#! /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