diff options
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) |
