如何让 brew 安装软件之前不要 update?
╰─➤ brew install stress 127 ↵
Running `brew update --auto-update`...
装啥都会先自动 update,就很烦,因为太慢了,等半天。如何让 brew 安装软件之前不要 update?
按照 chatGPT 的建议,添加 --no-update
没用
╰─➤ brew install --no-update stress
Running `brew update --auto-update`...