install_brew.sh 271 字节
Newer Older
1 2
# In case the command line have already been installed, "true" will make it return a non-zero error code to avoid stopping the scripts
xcode-select --install || true
3 4
bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew update