diff options
| author | Ahmed Abdelhalim <[email protected]> | 2022-03-10 14:31:42 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2022-03-10 14:31:42 +0100 |
| commit | d7f970a7a52b6e84adf7c11b4bfa57ffff949f96 (patch) | |
| tree | 1d4477b8327fad768f1532ddb7f03f51059bfe10 /README.md | |
| parent | 97fe174bd59a150c8cae486f0445ab118a3549ea (diff) | |
Fix homebrew intel/M1 setup
Homebrew installs in a different path on the new M1 chip macs and that
result in incompatibilities between the old and the new setup and making
it harder to have a unified generic setup
Also the new MacOS Monterey stopped shipping and using bash as the
default shell, causing more incompatibilities
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -85,8 +85,8 @@ gpg --edit-key [email protected] ## MacOS (extras) - Bash shell default ```bash -sudo bash -c 'echo /usr/local/bin/bash >> /etc/shells' -chsh -s /usr/local/bin/bash +sudo bash -c 'echo $(brew --prefix)/bin/bash >> /etc/shells' +chsh -s $(brew --prefix)/bin/bash ``` ## ParrotOS (extras) |
