summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2022-03-10 14:31:42 +0100
committerAhmed Abdelhalim <[email protected]>2022-03-10 14:31:42 +0100
commitd7f970a7a52b6e84adf7c11b4bfa57ffff949f96 (patch)
tree1d4477b8327fad768f1532ddb7f03f51059bfe10 /README.md
parent97fe174bd59a150c8cae486f0445ab118a3549ea (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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8e97de3..fb2e01a 100644
--- a/README.md
+++ b/README.md
@@ -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)